Searched refs:getLongValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DStatsDimensionsValue.java141 public long getLongValue() { method in class:StatsDimensionsValue
/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppIdleHistory.java547 appUsageHistory.lastPredictedTime = getLongValue(parser,
556 appUsageHistory.lastJobRunTime = getLongValue(parser,
558 appUsageHistory.bucketActiveTimeoutTime = getLongValue(parser,
560 appUsageHistory.bucketWorkingSetTimeoutTime = getLongValue(parser,
582 private long getLongValue(XmlPullParser parser, String attrName, long defValue) { method in class:AppIdleHistory

Completed in 53 milliseconds