Home
last modified time | relevance | path

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

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DRsBench.java118 AlertDialog.Builder debugBuilder = new AlertDialog.Builder(this); in onOptionsItemSelected() local
119 debugBuilder.setTitle("Pick a Test"); in onOptionsItemSelected()
120 debugBuilder.setItems(mView.getTestNames(), in onOptionsItemSelected()
130 debugBuilder.show(); in onOptionsItemSelected()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java191 StringBuilder debugBuilder = new StringBuilder(""); in getAsContentValues() local
196 debugBuilder.append(String.format("%s=%s; ", key, val in getAsContentValues()
201 cValues.put(DEBUG_INFO, debugBuilder.toString()); in getAsContentValues()