Searched refs:isAppForeground (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLockManagerTest.java | 681 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testForegroundAppAcquireLowLatencyScreenOn() 699 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testForegroundAppAcquireLowLatencyScreenOff() 715 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(false); in testBackgroundAppAcquireLowLatencyScreenOn() 731 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testLatencyLockAcquireCauseLlEnableNew() 751 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testLatencyLockAcquireCauseLL_enableLegacy() 770 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testLatencyLockReleaseCauseLlDisable() 804 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testLatencyLockReleaseFailure() 833 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testLatencyfail2DisablePowerSave() 859 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testLatencyLockGoScreenOff() 893 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testLatencyLockGoBackground() [all …]
|
D | WifiServiceImplTest.java | 2796 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in setupLohsPermissions() 2869 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(false); in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp() 2943 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testHotspotDoesNotStartWhenAlreadyTethering() 2956 when(mFrameworkFacade.isAppForeground(any(), anyInt())).thenReturn(true); in testHotspotDoesNotStartWhenTetheringDisallowed()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | FrameworkFacade.java | 230 public boolean isAppForeground(Context context, int uid) { in isAppForeground() method in FrameworkFacade
|
D | WifiLockManager.java | 446 if (mFrameworkFacade.isAppForeground(mContext, uid)) { in addUidToLlWatchList()
|
D | WifiServiceImpl.java | 2062 if (!mFrameworkFacade.isAppForeground(mContext, uid)) { in startLocalOnlyHotspot()
|