Home
last modified time | relevance | path

Searched refs:isUidForeground (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/util/
H A DTelephonyUtils.java269 if (!TelephonyUtils.isUidForeground(context, callingUid) in showSwitchToManagedProfileDialogIfAppropriate()
301 private static boolean isUidForeground(Context context, int uid) { in isUidForeground() method in TelephonyUtils
/aosp14/frameworks/base/services/core/java/com/android/server/power/hint/
H A DHintManagerService.java253 public boolean isUidForeground(int uid) { in isUidForeground() method in HintManagerService.MyUidObserver
474 final boolean allowed = mUidObserver.isUidForeground(mUid); in updateHintAllowed()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java383 if (!mUidObserver.isUidForeground(callerInfo.uid) in shouldIgnoreVibration()
733 public boolean isUidForeground(int uid) { in isUidForeground() method in VibrationSettings.MyUidObserver
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerInternal.java589 public abstract boolean isUidForeground(int uid); in isUidForeground() method in ActivityTaskManagerInternal
H A DActivityTaskManagerService.java6963 public boolean isUidForeground(int uid) { in isUidForeground() method in ActivityTaskManagerService.LocalService
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java657 if (uid != callingUid && controller.mAtmInternal.isUidForeground(callingUid)) { in getBackgroundStartPrivilegesForActivitySender()
H A DActiveServices.java7649 final boolean isCallingUidVisible = mAm.mAtmInternal.isUidForeground(callingUid); in shouldAllowFgsWhileInUsePermissionLocked()
/aosp14/frameworks/base/services/
H A Dart-profile9231 HSPLcom/android/server/power/hint/HintManagerService$MyUidObserver;->isUidForeground(I)Z+]Ljava/lan…
10373 HPLcom/android/server/vibrator/VibrationSettings$MyUidObserver;->isUidForeground(I)Z
10616 HPLcom/android/server/wm/ActivityTaskManagerService$LocalService;->isUidForeground(I)Z+]Lcom/androi…