Searched refs:tryParseLong (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | MemoryStatUtil.java | 193 memoryStat.pgfault = tryParseLong(PGFAULT, memoryStatContents); in parseMemoryStatFromMemcg() 194 memoryStat.pgmajfault = tryParseLong(PGMAJFAULT, memoryStatContents); in parseMemoryStatFromMemcg() 195 memoryStat.rssInBytes = tryParseLong(RSS_IN_BYTES, memoryStatContents); in parseMemoryStatFromMemcg() 196 memoryStat.cacheInBytes = tryParseLong(CACHE_IN_BYTES, memoryStatContents); in parseMemoryStatFromMemcg() 197 memoryStat.swapInBytes = tryParseLong(SWAP_IN_BYTES, memoryStatContents); in parseMemoryStatFromMemcg() 225 tryParseLong(PROCFS_RSS_IN_KILOBYTES, procStatusContents) * BYTES_IN_KILOBYTE; in parseMemoryStatFromProcfs() 227 tryParseLong(PROCFS_ANON_RSS_IN_KILOBYTES, procStatusContents) * BYTES_IN_KILOBYTE; in parseMemoryStatFromProcfs() 229 tryParseLong(PROCFS_SWAP_IN_KILOBYTES, procStatusContents) * BYTES_IN_KILOBYTE; in parseMemoryStatFromProcfs() 248 return tryParseLong(RSS_HIGH_WATERMARK_IN_KILOBYTES, procStatusContents) in parseVmHWMFromProcfs() 279 return tryParseLong(ION_HEAP_SIZE_IN_BYTES, contents); in parseIonHeapSizeFromDebugfs() [all …]
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 478 private static long tryParseLong(String value, long defValue) { in tryParseLong() method in ZenModeConfig 487 private static Long tryParseLong(String value, Long defValue) { in tryParseLong() method in ZenModeConfig 905 return tryParseLong(val, defValue); in safeLong() 1499 rt.calendarId = tryParseLong(conditionId.getQueryParameter("calendarId"), null); in tryParseEventConditionId()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13400 HSPLandroid/service/notification/ZenModeConfig;->tryParseLong(Ljava/lang/String;J)J 13401 HSPLandroid/service/notification/ZenModeConfig;->tryParseLong(Ljava/lang/String;Ljava/lang/Long;)Lj…
|
D | hiddenapi-greylist-max-o.txt | 68520 Landroid/service/notification/ZenModeConfig;->tryParseLong(Ljava/lang/String;J)J
|
/frameworks/base/services/ |
D | art-profile | 3360 PLcom/android/server/am/MemoryStatUtil;->tryParseLong(Ljava/util/regex/Pattern;Ljava/lang/String;)J
|