Searched refs:DEBUG_INFO (Results 1 – 1 of 1) sorted by relevance
50 static final String DEBUG_INFO = "DebugInfo"; field in TrackerEntry59 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()