HomeSort by relevance Sort by last modified time
    Searched refs:currentTimestamp (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorVerificationHelper.java 81 long currentTimestamp = events[i].timestamp;
82 if (currentTimestamp < maxTimestamp) {
84 } else if (currentTimestamp > maxTimestamp) {
85 maxTimestamp = currentTimestamp;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 275 long currentTimestamp = System.currentTimeMillis();
278 if (currentTimestamp > endTimestamp) {
284 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.cpp 672 double currentTimestamp = previousTimestamp;
673 if (currentTimestamp > movieTime)
680 double currentTimestamp;
681 bool check = VTTParser::collectTimeStamp(timestamp, &position, currentTimestamp);
684 if (currentTimestamp > movieTime)
    [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 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 

Completed in 174 milliseconds