Searched defs:getTime (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/http/
H A DHttpDateTime.java98 timeOfDay = getTime(rfcMatcher.group(4));
104 timeOfDay = getTime(ansicMatcher.group(3));
206 private static TimeOfDay getTime(String timeString) { method in class:HttpDateTime
/frameworks/base/awt/org/apache/harmony/awt/wtk/
H A DNativeEvent.java218 public long getTime() { method in class:NativeEvent
/frameworks/base/location/java/android/location/
H A DLocation.java473 public long getTime() { method in class:Location
/frameworks/base/libs/rs/
H A DrsContext.cpp189 uint64_t Context::getTime() const function in class:Context
205 mTimeLast = getTime();
215 mTimeFrame = getTime();
221 mTimeLast = getTime();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java318 mTimeClosed = getTime();
1814 mTimeOpened = getTime();
1823 mTimeClosed = getTime();
1829 private String getTime() { method in class:SQLiteDatabase

Completed in 456 milliseconds