Home
last modified time | relevance | path

Searched defs:mPendingTempAllowlist (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingTempAllowlists.java26 private final SparseArray<ActivityManagerService.PendingTempAllowlist> mPendingTempAllowlist = field in PendingTempAllowlists
H A DActivityManagerService.java1335 final PendingTempAllowlists mPendingTempAllowlist = new PendingTempAllowlists(this); field in ActivityManagerService