Files
frameworks_base/core/java/android/net
John Reck aa67f684ff Fix a bunch of repeated reads of a ro.* property
SystemProperties.get() is not particularly fast,
especially if a string is returned. Since ro.* values
are unable to be changed, there's no need to
continously re-query them. Cache the value at
static init time to trivially fix this.

Test: refactoring CL.
Change-Id: Iccb021d3cb2ba3a4a1d0048ddec6811bb7409eec
2016-09-21 16:10:54 -07:00
..
2016-04-13 10:20:08 -07:00
2016-03-31 23:51:32 +09:00
2016-06-03 11:45:12 -07:00
2016-01-15 16:14:57 +00:00
2016-04-12 15:22:57 -06:00