Home
last modified time | relevance | path

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

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java50 static final String DEBUG_INFO = "DebugInfo"; field in TrackerEntry
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
201 cValues.put(DEBUG_INFO, debugBuilder.toString()); in getAsContentValues()
203 cValues.put(DEBUG_INFO, mLogMsg); in getAsContentValues()
240 entry.setLogMsg(cursor.getString(cursor.getColumnIndex(DEBUG_INFO))); in createEntry()