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
410
long
currentTimeStamp
= 0;
412
currentTimeStamp
+= connectionAttemptIntervals;
413
when(mClock.getElapsedSinceBootMillis()).thenReturn(
currentTimeStamp
);
421
when(mClock.getElapsedSinceBootMillis()).thenReturn(
currentTimeStamp
);
449
long
currentTimeStamp
= 0;
451
currentTimeStamp
+= connectionAttemptIntervals;
452
when(mClock.getElapsedSinceBootMillis()).thenReturn(
currentTimeStamp
);
461
currentTimeStamp
+ connectionAttemptIntervals * 2);
489
long
currentTimeStamp
= 0;
491
currentTimeStamp
+= connectionAttemptIntervals
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityManager.java
[
all
...]
/packages/apps/Dialer/java/com/android/dialer/database/
DialerDatabaseHelper.java
835
final String
currentTimeStamp
= Long.toString(System.currentTimeMillis());
872
new String[] {
currentTimeStamp
});
[
all
...]
Completed in 234 milliseconds