Searched refs:isUidForeground (Results 1 – 8 of 8) sorted by relevance
269 if (!TelephonyUtils.isUidForeground(context, callingUid) in showSwitchToManagedProfileDialogIfAppropriate()301 private static boolean isUidForeground(Context context, int uid) { in isUidForeground() method in TelephonyUtils
253 public boolean isUidForeground(int uid) { in isUidForeground() method in HintManagerService.MyUidObserver474 final boolean allowed = mUidObserver.isUidForeground(mUid); in updateHintAllowed()
383 if (!mUidObserver.isUidForeground(callerInfo.uid) in shouldIgnoreVibration()733 public boolean isUidForeground(int uid) { in isUidForeground() method in VibrationSettings.MyUidObserver
589 public abstract boolean isUidForeground(int uid); in isUidForeground() method in ActivityTaskManagerInternal
6963 public boolean isUidForeground(int uid) { in isUidForeground() method in ActivityTaskManagerService.LocalService
657 if (uid != callingUid && controller.mAtmInternal.isUidForeground(callingUid)) { in getBackgroundStartPrivilegesForActivitySender()
7649 final boolean isCallingUidVisible = mAm.mAtmInternal.isUidForeground(callingUid); in shouldAllowFgsWhileInUsePermissionLocked()
9231 HSPLcom/android/server/power/hint/HintManagerService$MyUidObserver;->isUidForeground(I)Z+]Ljava/lan…10373 HPLcom/android/server/vibrator/VibrationSettings$MyUidObserver;->isUidForeground(I)Z10616 HPLcom/android/server/wm/ActivityTaskManagerService$LocalService;->isUidForeground(I)Z+]Lcom/androi…