Home
last modified time | relevance | path

Searched refs:isUnlocked (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWakeupLockTest.java83 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 …]
DWakeupControllerTest.java584 when(mWakeupLock.isUnlocked()).thenReturn(true); in onResultsSearchesForViableNetworkWhenWakeupLockIsUnlocked()
611 when(mWakeupLock.isUnlocked()).thenReturn(false); in onResultsUpdatesIfNotOnboarded()
624 verify(mWakeupLock).isUnlocked(); in onResultsUpdatesIfNotOnboarded()
634 when(mWakeupLock.isUnlocked()).thenReturn(true); in onResultsEnablesWifi()
674 verify(mWakeupLock, never()).isUnlocked(); in controllerDoesNoWorkIfUserStoreIsNotRead()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupLock.java212 if (isUnlocked()) { in removeFromLock()
232 if (isUnlocked()) { in update()
251 public boolean isUnlocked() { in isUnlocked() method in WakeupLock
DWakeupController.java383 if (!mWakeupLock.isUnlocked()) { in handleScanResults()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java1278 boolean isUnlocked = isUserUnlocked(); in onCarrierPrivilegesLoadedMessage()
1281 if (isProvisioned && isUnlocked) { in onCarrierPrivilegesLoadedMessage()
1294 if (!isUnlocked) { in onCarrierPrivilegesLoadedMessage()
/frameworks/base/keystore/java/android/security/
DKeyStore.java219 public boolean isUnlocked() { in isUnlocked() method in KeyStore
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt62341 Landroid/security/KeyStore;->isUnlocked()Z