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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java 394 // Initialize the earliestTime to the largest possible value.
395 long earliestTime = Long.MAX_VALUE; // Almost 300 million years in the future
398 earliestTime = Math.min(thisTime, earliestTime);
400 return earliestTime;
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp     [all...]

Completed in 51 milliseconds