Home
last modified time | relevance | path

Searched refs:DEBUG_INFO (Results 1 – 2 of 2) 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()
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DLocationTimeZoneManagerShellCommand.java247 "debug_info", GeolocationTimeZoneSuggestionProto.DEBUG_INFO, debugInfo); in runDumpControllerState()