Searched refs:PendingTempAllowlist (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingTempAllowlists.java | 26 private final SparseArray<ActivityManagerService.PendingTempAllowlist> mPendingTempAllowlist = 33 void put(int uid, ActivityManagerService.PendingTempAllowlist value) { in put() 44 ActivityManagerService.PendingTempAllowlist get(int uid) { in get() 52 ActivityManagerService.PendingTempAllowlist valueAt(int index) { in valueAt()
|
D | ActivityManagerService.java | 1178 static final class PendingTempAllowlist { class in ActivityManagerService 1186 PendingTempAllowlist(int targetUid, long duration, @ReasonCode int reasonCode, String tag, in PendingTempAllowlist() method in ActivityManagerService.PendingTempAllowlist 5665 final PendingTempAllowlist ptw = mPendingTempAllowlist.get(uid); in getPendingTempAllowlistTagForUidLOSP() 9431 PendingTempAllowlist ptw = mPendingTempAllowlist.valueAt(i); in dumpOtherProcessesInfoLSP() 14730 new PendingTempAllowlist(targetUid, duration, reasonCode, reason, type, in tempAllowlistUidLocked() 14744 final PendingTempAllowlist[] list; in pushTempAllowlist() 14750 list = new PendingTempAllowlist[N]; in pushTempAllowlist() 14761 PendingTempAllowlist ptw = list[i]; in pushTempAllowlist() 14772 PendingTempAllowlist ptw = list[i]; in pushTempAllowlist()
|
/frameworks/base/services/ |
D | art-profile | 6338 HSPLcom/android/server/am/ActivityManagerService$PendingTempAllowlist;-><init>(IJILjava/lang/String… 6339 PLcom/android/server/am/ActivityManagerService$PendingTempAllowlist;->dumpDebug(Landroid/util/proto… 8362 …mpAllowlists;->put(ILcom/android/server/am/ActivityManagerService$PendingTempAllowlist;)V+]Landroi… 8365 …owlists;->valueAt(I)Lcom/android/server/am/ActivityManagerService$PendingTempAllowlist;+]Landroid/… 52263 Lcom/android/server/am/ActivityManagerService$PendingTempAllowlist; 56850 [Lcom/android/server/am/ActivityManagerService$PendingTempAllowlist;
|