OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentTimeStamp
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityManagerTest.java
372
long
currentTimeStamp
= 0;
374
currentTimeStamp
+= connectionAttemptIntervals;
375
when(mClock.elapsedRealtime()).thenReturn(
currentTimeStamp
);
383
when(mClock.elapsedRealtime()).thenReturn(
currentTimeStamp
);
411
long
currentTimeStamp
= 0;
413
currentTimeStamp
+= connectionAttemptIntervals;
414
when(mClock.elapsedRealtime()).thenReturn(
currentTimeStamp
);
423
currentTimeStamp
+ connectionAttemptIntervals * 2);
451
long
currentTimeStamp
= 0;
453
currentTimeStamp
+= connectionAttemptIntervals
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityManager.java
708
long
currentTimeStamp
= mClock.elapsedRealtime();
711
long msSinceLastScan =
currentTimeStamp
- mLastPeriodicSingleScanTimeStamp;
734
mLastPeriodicSingleScanTimeStamp =
currentTimeStamp
;
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java
[
all
...]
Completed in 103 milliseconds