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

  /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/
TextTrackCue.cpp 745 double currentTimestamp = previousTimestamp;
746 if (currentTimestamp > movieTime)
753 double currentTimestamp = WebVTTParser::create(0, m_scriptExecutionContext)->collectTimeStamp(timestamp, &position);
754 ASSERT(currentTimestamp != -1);
756 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 783 milliseconds