Searched refs:textId (Results 1 - 6 of 6) sorted by relevance

/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DViewHelper.java49 void setText(int viewId, int textId) { argument
51 if (v != null) v.setText(textId);
/packages/apps/Contacts/tests/src/com/android/contacts/detail/
H A DContactDetailDisplayUtilsTest.java100 private void assertGone(View parent, int textId) { argument
101 View view = parent.findViewById(textId);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterRepresentation.java175 public void setTextId(int textId) { argument
176 mTextId = textId;
/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java697 int textId;
700 textId = R.string.cryptkeeper_return_to_call;
704 textId = R.string.cryptkeeper_emergency_call;
708 emergencyCall.setText(textId);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSettings.java178 int textId = isDiscovering ? R.string.bluetooth_searching_for_devices :
180 menu.add(Menu.NONE, MENU_ID_SCAN, 0, textId)
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
H A DWifiP2pSettings.java310 int textId = mWifiP2pSearching ? R.string.wifi_p2p_menu_searching :
312 menu.add(Menu.NONE, MENU_ID_SEARCH, 0, textId)

Completed in 125 milliseconds