Searched refs:isAppForeground (Results 1 – 9 of 9) sorted by relevance
672 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testForegroundAppAcquireLowLatencyScreenOn()690 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testForegroundAppAcquireLowLatencyScreenOff()706 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(false); in testBackgroundAppAcquireLowLatencyScreenOn()722 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockAcquireCauseLlEnableNew()742 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockAcquireCauseLL_enableLegacy()761 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockReleaseCauseLlDisable()795 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockReleaseFailure()824 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyfail2DisablePowerSave()850 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockGoScreenOff()884 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockGoBackground()[all …]
1399 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in registerLOHSRequestFull()1458 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(false); in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp()1494 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testHotspotDoesNotStartWhenAlreadyTethering()1508 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testHotspotDoesNotStartWhenTetheringDisallowed()
202 public boolean isAppForeground(int uid) { in isAppForeground() method in FrameworkFacade206 return mActivityManagerInternal.isAppForeground(uid); in isAppForeground()
407 if (mFrameworkFacade.isAppForeground(uid)) { in addUidToLlWatchList()
1420 if (!mFrameworkFacade.isAppForeground(uid)) { in startLocalOnlyHotspot()
329 public abstract boolean isAppForeground(int uid); in isAppForeground() method in ActivityManagerInternal
2157 && mActivityManagerInternal.isAppForeground( in beginFullBackup()
5695 private boolean isAppForeground(int uid) { in isAppForeground() method in ActivityManagerService18460 public boolean isAppForeground(int uid) { in isAppForeground() method in ActivityManagerService.LocalService18461 return ActivityManagerService.this.isAppForeground(uid); in isAppForeground()
2683 PLcom/android/server/am/ActivityManagerService$LocalService;->isAppForeground(I)Z2914 PLcom/android/server/am/ActivityManagerService;->isAppForeground(I)Z