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.java950 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testGetWifiApConfigurationSuccess()
976 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testGetWifiApEnabled()
1017 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(true); in testWifiControllerDoesNotStartWhenDeviceTriggerResetMainAtBoot()
1028 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testWifiControllerStartsWhenDeviceIsDecryptedAtBootWithWifiDisabled()
1040 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testWifiFullyStartsWhenDeviceIsDecryptedAtBootWithWifiEnabled()
1947 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric()
1972 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel()
2000 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testRegisteredCallbacksTriggeredOnSoftApDisabling()
2035 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testRegisteredCallbacksTriggeredOnSoftApDisabled()
2067 when(mFrameworkFacade.inStorageManagerCryptKeeperBounce()).thenReturn(false); in testRegisteredCallbacksNotTriggeredOnSoftApStart()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DFrameworkFacade.java193 public boolean inStorageManagerCryptKeeperBounce() { in inStorageManagerCryptKeeperBounce() method in FrameworkFacade
DWifiServiceImpl.java513 if (mFrameworkFacade.inStorageManagerCryptKeeperBounce()) { in checkAndStartWifi()