Home
last modified time | relevance | path

Searched refs:StandbyUpdateRecord (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
DAppStandbyController.java274 static final ArrayList<StandbyUpdateRecord> sStandbyUpdatePool = new ArrayList<>(4);
276 public static class StandbyUpdateRecord { class in AppStandbyController
290 StandbyUpdateRecord(String pkgName, int userId, int bucket, int reason, in StandbyUpdateRecord() method in AppStandbyController.StandbyUpdateRecord
299 public static StandbyUpdateRecord obtain(String pkgName, int userId, in obtain()
304 return new StandbyUpdateRecord(pkgName, userId, bucket, reason, isInteraction); in obtain()
306 StandbyUpdateRecord r = sStandbyUpdatePool.remove(size - 1); in obtain()
763 final StandbyUpdateRecord r = StandbyUpdateRecord.obtain(packageName, userId, in maybeInformListeners()
1712 StandbyUpdateRecord r = (StandbyUpdateRecord) msg.obj; in handleMessage()
/frameworks/base/services/
Dart-profile13622 …tandbyController$StandbyUpdateRecord;->obtain(Ljava/lang/String;IIIZ)Lcom/android/server/usage/App…
13623 HSPLcom/android/server/usage/AppStandbyController$StandbyUpdateRecord;->recycle()V
20331 Lcom/android/server/usage/AppStandbyController$StandbyUpdateRecord;