Searched refs:currentTimeStamp (Results 1 – 2 of 2) sorted by relevance
453 long currentTimeStamp = 0; in connectionAttemptRateLimitedWhenScreenOff() local455 currentTimeStamp += connectionAttemptIntervals; in connectionAttemptRateLimitedWhenScreenOff()456 when(mClock.getElapsedSinceBootMillis()).thenReturn(currentTimeStamp); in connectionAttemptRateLimitedWhenScreenOff()464 when(mClock.getElapsedSinceBootMillis()).thenReturn(currentTimeStamp); in connectionAttemptRateLimitedWhenScreenOff()492 long currentTimeStamp = 0; in connectionAttemptNotRateLimitedWhenScreenOff() local494 currentTimeStamp += connectionAttemptIntervals; in connectionAttemptNotRateLimitedWhenScreenOff()495 when(mClock.getElapsedSinceBootMillis()).thenReturn(currentTimeStamp); in connectionAttemptNotRateLimitedWhenScreenOff()504 currentTimeStamp + connectionAttemptIntervals * 2); in connectionAttemptNotRateLimitedWhenScreenOff()532 long currentTimeStamp = 0; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection() local534 currentTimeStamp += connectionAttemptIntervals; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection()[all …]
837 long currentTimeStamp = mClock.getElapsedSinceBootMillis(); in startPeriodicSingleScan() local840 long msSinceLastScan = currentTimeStamp - mLastPeriodicSingleScanTimeStamp; in startPeriodicSingleScan()869 mLastPeriodicSingleScanTimeStamp = currentTimeStamp; in startPeriodicSingleScan()1427 Long currentTimeStamp = mClock.getElapsedSinceBootMillis(); in refreshBssidBlacklist() local1431 if (status.isBlacklisted && ((currentTimeStamp - status.blacklistedTimeStamp) in refreshBssidBlacklist()