Searched refs:displayTextView (Results 1 – 1 of 1) sorted by relevance
/development/apps/Development/src/com/android/development/ |
D | AppHwPref.java | 83 displayTextView(R.id.attr_package, pInfo.applicationInfo.loadLabel(mPm)); in onCreate() 84 displayTextView(R.id.attr_touchscreen, appHwPref, TOUCHSCREEN); in onCreate() 85 displayTextView(R.id.attr_input_method, appHwPref, KEYBOARD_TYPE); in onCreate() 86 displayTextView(R.id.attr_navigation, appHwPref, NAVIGATION); in onCreate() 89 displayTextView(R.id.attr_gles_version, appHwPref, GLES_VERSION); in onCreate() 106 displayTextView(viewId, "true"); in displayFlag() 108 displayTextView(viewId, "false"); in displayFlag() 120 void displayTextView(int textViewId, CharSequence displayStr) { in displayTextView() method in AppHwPref 127 void displayTextView(int viewId, ConfigurationInfo[] config, int type) { in displayTextView() method in AppHwPref
|