Searched refs:currentTimeStamp (Results 1 – 2 of 2) sorted by relevance
340 long currentTimeStamp = 0; in connectionAttemptRateLimitedWhenScreenOff() local342 currentTimeStamp += connectionAttemptIntervals; in connectionAttemptRateLimitedWhenScreenOff()343 when(mClock.elapsedRealtime()).thenReturn(currentTimeStamp); in connectionAttemptRateLimitedWhenScreenOff()351 when(mClock.elapsedRealtime()).thenReturn(currentTimeStamp); in connectionAttemptRateLimitedWhenScreenOff()379 long currentTimeStamp = 0; in connectionAttemptNotRateLimitedWhenScreenOff() local381 currentTimeStamp += connectionAttemptIntervals; in connectionAttemptNotRateLimitedWhenScreenOff()382 when(mClock.elapsedRealtime()).thenReturn(currentTimeStamp); in connectionAttemptNotRateLimitedWhenScreenOff()391 currentTimeStamp + connectionAttemptIntervals * 2); in connectionAttemptNotRateLimitedWhenScreenOff()419 long currentTimeStamp = 0; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection() local421 currentTimeStamp += connectionAttemptIntervals; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection()[all …]
670 long currentTimeStamp = mClock.elapsedRealtime(); in startPeriodicSingleScan() local673 long msSinceLastScan = currentTimeStamp - mLastPeriodicSingleScanTimeStamp; in startPeriodicSingleScan()696 mLastPeriodicSingleScanTimeStamp = currentTimeStamp; in startPeriodicSingleScan()