Searched refs:isUnlocked (Results 1 – 6 of 6) sorted by relevance
83 assertFalse("Lock empty after " + i + " scans", mWakeupLock.isUnlocked()); in updateEnoughTimesToEvictWithAsserts()132 assertTrue(mWakeupLock.isUnlocked()); in verifyInitializingLockByTimeout()155 assertFalse(mWakeupLock.isUnlocked()); in verifyNotEmptyWhenSetWithNetworkList()164 assertTrue(mWakeupLock.isUnlocked()); in isEmptyWhenInitializedWithEmptyList()173 assertFalse(mWakeupLock.isUnlocked()); in setLockClearsPreviousNetworks()176 assertTrue(mWakeupLock.isUnlocked()); in setLockClearsPreviousNetworks()189 assertTrue(mWakeupLock.isUnlocked()); in updateShouldRemoveNetworksAfterConsecutiveMissedScans()209 assertTrue(mWakeupLock.isUnlocked()); in updateWithLockedNetworkShouldResetRequiredNumberOfScans()222 assertTrue(mWakeupLock.isUnlocked()); in updateWithLockedNetworkAfterItIsRemovedDoesNotReset()224 assertTrue(mWakeupLock.isUnlocked()); in updateWithLockedNetworkAfterItIsRemovedDoesNotReset()[all …]
580 when(mWakeupLock.isUnlocked()).thenReturn(true); in onResultsSearchesForViableNetworkWhenWakeupLockIsUnlocked()607 when(mWakeupLock.isUnlocked()).thenReturn(false); in onResultsUpdatesIfNotOnboarded()620 verify(mWakeupLock).isUnlocked(); in onResultsUpdatesIfNotOnboarded()630 when(mWakeupLock.isUnlocked()).thenReturn(true); in onResultsEnablesWifi()670 verify(mWakeupLock, never()).isUnlocked(); in controllerDoesNoWorkIfUserStoreIsNotRead()
212 if (isUnlocked()) { in removeFromLock()232 if (isUnlocked()) { in update()251 public boolean isUnlocked() { in isUnlocked() method in WakeupLock
383 if (!mWakeupLock.isUnlocked()) { in handleScanResults()
220 public boolean isUnlocked() { in isUnlocked() method in KeyStore
66721 Landroid/security/KeyStore;->isUnlocked()Z