HomeSort by relevance Sort by last modified time
    Searched full:stringreference (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 220 protected TextView setText(int index, String stringReference) {
224 setText(textView, stringReference);
231 protected TextView setTextById(int id, String stringReference) {
235 setText(textView, stringReference);
242 private void setText(TextView textView, String stringReference) {
243 ResourceValue value = getResourceValue(stringReference);
247 textView.setText(stringReference);
  /art/jdwpspy/
Net.cpp 153 /* StringReference command set (10) */
154 { 10, 1, "StringReference.Value" },
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp     [all...]

Completed in 797 milliseconds