Files
frameworks_base/core/java/android
Tobias Thierer 4bd017d6a5 frameworks/base: Avoid Long object allocations in Long.valueOf()
Replace usages where the Long is immediately unboxed or thrown
away with Long.parseLong().
In TaskRecord.java, I also fixed up similar uses of
{Boolean,Integer}.valueOf()

Tested: built frameworks/base successfully.

Bug: 28289401
Change-Id: I1fad536853a68c7b0707cbf02989aca155064843
2016-04-21 16:23:56 +01:00
..
2016-01-15 16:14:57 +00:00
2015-12-14 12:32:26 -08:00
2016-01-15 16:14:57 +00:00
2016-01-15 16:31:40 +00:00
2016-01-15 16:14:57 +00:00
2016-01-15 16:26:26 +00:00
2016-01-15 16:14:57 +00:00
2016-01-15 16:31:40 +00:00