HomeSort by relevance Sort by last modified time
    Searched full:currenttimestamp (Results 1 - 18 of 18) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityManagerTest.java 340 long currentTimeStamp = 0;
342 currentTimeStamp += connectionAttemptIntervals;
343 when(mClock.elapsedRealtime()).thenReturn(currentTimeStamp);
351 when(mClock.elapsedRealtime()).thenReturn(currentTimeStamp);
379 long currentTimeStamp = 0;
381 currentTimeStamp += connectionAttemptIntervals;
382 when(mClock.elapsedRealtime()).thenReturn(currentTimeStamp);
391 currentTimeStamp + connectionAttemptIntervals * 2);
419 long currentTimeStamp = 0;
421 currentTimeStamp += connectionAttemptIntervals
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video_file_frame_generator_unittest.py 34 self.assertAlmostEqual(fg.CurrentTimestamp, 0, 3)
40 self.assertAlmostEqual(fg.CurrentTimestamp, timestamps[i], 3)
62 self.assertAlmostEqual(fg.CurrentTimestamp, 33.367, 3)
frame_generator.py 43 def CurrentTimestamp(self):
fake_frame_generator.py 51 def CurrentTimestamp(self):
video_file_frame_generator.py 84 def CurrentTimestamp(self):
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothPacketDecoder.java 70 int currentTimestamp = 0;
85 if (newTimestamp != currentTimestamp) {
95 currentTimestamp = newTimestamp;
100 nanoTimestamp = mTimeTracker.convertTimestampToNanotime(currentTimestamp, now);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/personalization/
PersonalizationHelper.java 21 public static void currentTimeChangedForTesting(final int currentTimestamp) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 280 long currentTimestamp = System.currentTimeMillis();
283 if (currentTimestamp > endTimestamp) {
289 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L);
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.image_processing.frame_generator.html 66 <dl><dt><strong>CurrentTimestamp</strong></dt>
87 <dl><dt><strong>__abstractmethods__</strong> = frozenset(['CurrentFrameNumber', 'CurrentTimestamp', 'Dimensions', '_CreateGenerator'])</dl>
telemetry.internal.image_processing.fake_frame_generator.html 79 <dl><dt><strong>CurrentTimestamp</strong></dt>
telemetry.internal.image_processing.video_file_frame_generator.html 83 <dl><dt><strong>CurrentTimestamp</strong></dt>
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityManager.java 670 long currentTimeStamp = mClock.elapsedRealtime();
673 long msSinceLastScan = currentTimeStamp - mLastPeriodicSingleScanTimeStamp;
696 mLastPeriodicSingleScanTimeStamp = currentTimeStamp;
    [all...]
  /frameworks/base/docs/html/training/auto/messaging/
index.jd 459 .setLatestTimestamp(currentTimestamp);
495 <dt><code>currentTimestamp</code></dt>
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 

Completed in 1981 milliseconds