Searched refs:debugBuilder (Results 1 – 2 of 2) sorted by relevance
118 AlertDialog.Builder debugBuilder = new AlertDialog.Builder(this); in onOptionsItemSelected() local119 debugBuilder.setTitle("Pick a Test"); in onOptionsItemSelected()120 debugBuilder.setItems(mView.getTestNames(), in onOptionsItemSelected()130 debugBuilder.show(); in onOptionsItemSelected()
191 StringBuilder debugBuilder = new StringBuilder(""); in getAsContentValues() local196 debugBuilder.append(String.format("%s=%s; ", key, val in getAsContentValues()201 cValues.put(DEBUG_INFO, debugBuilder.toString()); in getAsContentValues()