Searched refs:isAppForeground (Results 1 – 10 of 10) sorted by relevance
661 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testForegroundAppAcquireLowLatencyScreenOn()679 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testForegroundAppAcquireLowLatencyScreenOff()695 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(false); in testBackgroundAppAcquireLowLatencyScreenOn()711 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockAcquireCauseLlEnableNew()731 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockAcquireCauseLL_enableLegacy()750 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockReleaseCauseLlDisable()784 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockReleaseFailure()813 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyfail2DisablePowerSave()839 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockGoScreenOff()873 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testLatencyLockGoBackground()[all …]
1538 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in registerLOHSRequestFull()1597 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(false); in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp()1609 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testStartLocalOnlyHotspotFailsIfInCryptDebounce()1645 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testHotspotDoesNotStartWhenAlreadyTethering()1659 when(mFrameworkFacade.isAppForeground(anyInt())).thenReturn(true); in testHotspotDoesNotStartWhenTetheringDisallowed()
216 public boolean isAppForeground(int uid) { in isAppForeground() method in FrameworkFacade220 return mActivityManagerInternal.isAppForeground(uid); in isAppForeground()
409 if (mFrameworkFacade.isAppForeground(uid)) { in addUidToLlWatchList()
1463 if (!mFrameworkFacade.isAppForeground(uid)) { in startLocalOnlyHotspot()
317 public abstract boolean isAppForeground(int uid); in isAppForeground() method in ActivityManagerInternal
2226 && mActivityManagerInternal.isAppForeground( in beginFullBackup()
5732 private boolean isAppForeground(int uid) { in isAppForeground() method in ActivityManagerService18576 public boolean isAppForeground(int uid) { in isAppForeground() method in ActivityManagerService.LocalService18577 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
5993 Landroid/app/IActivityManager;->isAppForeground(I)Z