Searched refs:isTempAllowlistedForFgsWhileInUse (Results 1 – 6 of 6) sorted by relevance
921 public abstract boolean isTempAllowlistedForFgsWhileInUse(int uid); in isTempAllowlistedForFgsWhileInUse() method in ActivityManagerInternal
144 || mActivityManagerInternal.isTempAllowlistedForFgsWhileInUse(uid)) { in evalModeInternal()
454 doReturn(true).when(mAmi).isTempAllowlistedForFgsWhileInUse(eq(UID)); in testTempAllowlist()
7709 if (mAm.mInternal.isTempAllowlistedForFgsWhileInUse(callingUid)) { in shouldAllowFgsWhileInUsePermissionLocked()
18839 public boolean isTempAllowlistedForFgsWhileInUse(int uid) { in isTempAllowlistedForFgsWhileInUse() method
911 HPLcom/android/server/am/ActivityManagerService$LocalService;->isTempAllowlistedForFgsWhileInUse(I)…