Home
last modified time | relevance | path

Searched refs:inStorageManagerCryptKeeperBounce (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java669 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(true); in testSetWifiEnabledFailureWhenInCryptDebounce()
934 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(true); in testSetWifiDisabledFailureWhenInCryptDebounce()
1062 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testGetWifiApConfigurationSuccess()
1088 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testGetWifiApEnabled()
1129 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(true); in testWifiControllerDoesNotStartWhenDeviceTriggerResetMainAtBoot()
1140 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testWifiControllerStartsWhenDeviceIsDecryptedAtBootWithWifiDisabled()
1152 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testWifiFullyStartsWhenDeviceIsDecryptedAtBootWithWifiEnabled()
1204 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(true); in testStartSoftApWhenInCryptDebounce()
1241 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(true); in testStopSoftApWhenInCryptDebounce()
1610 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(true); in testStartLocalOnlyHotspotFailsIfInCryptDebounce()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DFrameworkFacade.java207 public boolean inStorageManagerCryptKeeperBounce() { in inStorageManagerCryptKeeperBounce() method in FrameworkFacade
DWifiServiceImpl.java514 if (mFrameworkFacade.inStorageManagerCryptKeeperBounce()) { in checkAndStartWifi()
926 if (mFrameworkFacade.inStorageManagerCryptKeeperBounce()) { in setWifiEnabled()
1083 if (mFrameworkFacade.inStorageManagerCryptKeeperBounce()) { in startSoftAp()
1133 if (mFrameworkFacade.inStorageManagerCryptKeeperBounce()) { in stopSoftAp()
1467 if (mFrameworkFacade.inStorageManagerCryptKeeperBounce()) { in startLocalOnlyHotspot()