Home
last modified time | relevance | path

Searched refs:isAppForeground (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java661 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 …]
DWifiServiceImplTest.java1538 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DFrameworkFacade.java216 public boolean isAppForeground(int uid) { in isAppForeground() method in FrameworkFacade
220 return mActivityManagerInternal.isAppForeground(uid); in isAppForeground()
DWifiLockManager.java409 if (mFrameworkFacade.isAppForeground(uid)) { in addUidToLlWatchList()
DWifiServiceImpl.java1463 if (!mFrameworkFacade.isAppForeground(uid)) { in startLocalOnlyHotspot()
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java317 public abstract boolean isAppForeground(int uid); in isAppForeground() method in ActivityManagerInternal
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java2226 && mActivityManagerInternal.isAppForeground( in beginFullBackup()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5732 private boolean isAppForeground(int uid) { in isAppForeground() method in ActivityManagerService
18576 public boolean isAppForeground(int uid) { in isAppForeground() method in ActivityManagerService.LocalService
18577 return ActivityManagerService.this.isAppForeground(uid); in isAppForeground()
/frameworks/base/services/
Dart-profile2683 PLcom/android/server/am/ActivityManagerService$LocalService;->isAppForeground(I)Z
2914 PLcom/android/server/am/ActivityManagerService;->isAppForeground(I)Z
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt5993 Landroid/app/IActivityManager;->isAppForeground(I)Z