Searched refs:inStorageManagerCryptKeeperBounce (Results 1 – 3 of 3) sorted by relevance
669 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 …]
207 public boolean inStorageManagerCryptKeeperBounce() { in inStorageManagerCryptKeeperBounce() method in FrameworkFacade
514 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()