HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_INFO (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libop/
op_xml_out.h 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS,
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 50 static final String DEBUG_INFO = "DebugInfo";
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
201 cValues.put(DEBUG_INFO, debugBuilder.toString());
203 cValues.put(DEBUG_INFO, mLogMsg);
240 entry.setLogMsg(cursor.getString(cursor.getColumnIndex(DEBUG_INFO)));

Completed in 32 milliseconds