Searched refs:currentTimeStamp (Results 1 – 2 of 2) sorted by relevance
458 long currentTimeStamp = 0; in connectionAttemptRateLimitedWhenScreenOff() local460 currentTimeStamp += connectionAttemptIntervals; in connectionAttemptRateLimitedWhenScreenOff()461 when(mClock.getElapsedSinceBootMillis()).thenReturn(currentTimeStamp); in connectionAttemptRateLimitedWhenScreenOff()469 when(mClock.getElapsedSinceBootMillis()).thenReturn(currentTimeStamp); in connectionAttemptRateLimitedWhenScreenOff()497 long currentTimeStamp = 0; in connectionAttemptNotRateLimitedWhenScreenOff() local499 currentTimeStamp += connectionAttemptIntervals; in connectionAttemptNotRateLimitedWhenScreenOff()500 when(mClock.getElapsedSinceBootMillis()).thenReturn(currentTimeStamp); in connectionAttemptNotRateLimitedWhenScreenOff()509 currentTimeStamp + connectionAttemptIntervals * 2); in connectionAttemptNotRateLimitedWhenScreenOff()537 long currentTimeStamp = 0; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection() local539 currentTimeStamp += connectionAttemptIntervals; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection()[all …]
837 long currentTimeStamp = mClock.getElapsedSinceBootMillis(); in startPeriodicSingleScan() local840 long msSinceLastScan = currentTimeStamp - mLastPeriodicSingleScanTimeStamp; in startPeriodicSingleScan()869 mLastPeriodicSingleScanTimeStamp = currentTimeStamp; in startPeriodicSingleScan()1430 Long currentTimeStamp = mClock.getElapsedSinceBootMillis(); in refreshBssidBlacklist() local1434 if (status.isBlacklisted && ((currentTimeStamp - status.blacklistedTimeStamp) in refreshBssidBlacklist()