Searched refs:LOC_TIME (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java49 static final String LOC_TIME = "LocationTime"; field in class:TrackerEntry
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
190 cValues.put(LOC_TIME, mLocation.getTime());
237 location.setTime(cursor.getLong(cursor.getColumnIndex(LOC_TIME)));

Completed in 25 milliseconds