Searched refs:isUidForeground (Results 1 – 6 of 6) sorted by relevance
824 assertFalse(mService.isUidForeground(UID_A)); in testUidForeground()825 assertFalse(mService.isUidForeground(UID_B)); in testUidForeground()829 assertTrue(mService.isUidForeground(UID_A)); in testUidForeground()830 assertFalse(mService.isUidForeground(UID_B)); in testUidForeground()835 assertFalse(mService.isUidForeground(UID_A)); in testUidForeground()836 assertTrue(mService.isUidForeground(UID_B)); in testUidForeground()
560 public abstract boolean isUidForeground(int uid); in isUidForeground() method in ActivityTaskManagerInternal
5949 boolean isUidForeground(int uid) { in isUidForeground() method in ActivityTaskManagerService7422 public boolean isUidForeground(int uid) { in isUidForeground() method in ActivityTaskManagerService.LocalService7424 return ActivityTaskManagerService.this.isUidForeground(uid); in isUidForeground()
392 && controller.mAtmInternal.isUidForeground(callingUid); in sendInner()
3528 boolean isUidForeground(int uid) { in isUidForeground() method
15212 PLcom/android/server/wm/ActivityTaskManagerService$LocalService;->isUidForeground(I)Z15364 PLcom/android/server/wm/ActivityTaskManagerService;->isUidForeground(I)Z