Searched refs:setLock (Results 1 – 6 of 6) sorted by relevance
231 verify(mWakeupLock).setLock(any()); in startSetsWakeupLock()252 verify(mWakeupLock, never()).setLock(any()); in startDoesNotSetWakeupLockWhenDisabled()266 lockInOrder.verify(mWakeupLock).setLock(any()); in startIsIgnoredIfAlreadyActive()273 lockInOrder.verify(mWakeupLock, never()).setLock(any()); in startIsIgnoredIfAlreadyActive()310 lockInOrder.verify(mWakeupLock).setLock(any()); in resetSetsActiveToFalse()318 lockInOrder.verify(mWakeupLock).setLock(any()); in resetSetsActiveToFalse()353 verify(mWakeupLock).setLock(eq(expectedMatchInfos)); in startInitializesWakeupLockWithSavedScanResults()391 verify(mWakeupLock).setLock(eq(expectedMatchInfos)); in startInitializesWakeupLockWithNetworkSuggestions()436 verify(mWakeupLock).setLock(eq(expectedMatchInfos)); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()472 verify(mWakeupLock).setLock(eq(expectedMatchInfos)); in startFiltersOutDfsScanResults()[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
267 mWakeupLock.setLock(matchInfos); in start()