Home
last modified time | relevance | path

Searched refs:DIST_NET_LOCATION (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java48 static final String DIST_NET_LOCATION = "DistFromNetLocation"; field in TrackerEntry
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
189 cValues.put(DIST_NET_LOCATION, mDistFromNetLocation); in getAsContentValues()