Searched refs:LOC_TIME (Results 1 – 1 of 1) sorted by relevance
49 static final String LOC_TIME = "LocationTime"; field in TrackerEntry59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};190 cValues.put(LOC_TIME, mLocation.getTime()); in getAsContentValues()237 location.setTime(cursor.getLong(cursor.getColumnIndex(LOC_TIME))); in createEntry()