Searched refs:setLock (Results 1 – 9 of 9) sorted by relevance
237 verify(mWakeupLock).setLock(any()); in startSetsWakeupLock()258 verify(mWakeupLock, never()).setLock(any()); in startDoesNotSetWakeupLockWhenDisabled()271 verify(mWakeupLock, never()).setLock(any()); in startDoesNotSetWakeupLockWhenNoSavedNetworksOrSuggestions()285 lockInOrder.verify(mWakeupLock).setLock(any()); in startIsIgnoredIfAlreadyActive()292 lockInOrder.verify(mWakeupLock, never()).setLock(any()); in startIsIgnoredIfAlreadyActive()329 lockInOrder.verify(mWakeupLock).setLock(any()); in resetSetsActiveToFalse()337 lockInOrder.verify(mWakeupLock).setLock(any()); in resetSetsActiveToFalse()372 verify(mWakeupLock).setLock(eq(expectedMatchInfos)); in startInitializesWakeupLockWithSavedScanResults()410 verify(mWakeupLock).setLock(eq(expectedMatchInfos)); in startInitializesWakeupLockWithNetworkSuggestions()455 verify(mWakeupLock).setLock(eq(expectedMatchInfos)); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()[all …]
107 mWakeupLock.setLock(networks); in verifyInitializingLockByScans()126 mWakeupLock.setLock(Collections.emptyList()); in verifyInitializingLockByTimeout()140 mWakeupLock.setLock(Collections.emptyList()); in addToLockSavesToStore()284 mWakeupLock.setLock(networks); in unlockingShouldRecordEventInMetrics()295 mWakeupLock.setLock(networks); in setLockAndInitializeByTimeout()
46 int setLock(in int lockType, in byte[] password) = 3; in setLock() method
397 int output = initialLockSetupService.setLock(mLockType, passwords[0]); in doInBackground()
70 public void setLock(Collection<ScanResultMatchInfo> scanResultList) { in setLock() method in WakeupLock
283 mWakeupLock.setLock(matchInfos); in start()
747 public boolean setLock(@LockTypes int lockType, @NonNull byte[] password, in setLock() method in KeyguardManager
623 …method @RequiresPermission("android.permission.SET_INITIAL_LOCK") public boolean setLock(int, @Non…