Home
last modified time | relevance | path

Searched defs:strId (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TvSystemUI/src/com/android/systemui/tv/usb/
DTvUsbConfirmActivity.java31 final int strId; in onResume() local
DTvUsbPermissionActivity.java32 final int strId; in onResume() local
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DFdnSetting.java369 private void displayMessage(int strId, int attemptsRemaining) { in displayMessage()
383 private void displayMessage(int strId) { in displayMessage()
395 int strId, boolean shouldDisplay) { in displayPinChangeDialog()
/packages/services/Telephony/src/com/android/phone/
DGsmUmtsCallBarringOptions.java129 private void displayMessage(int strId) { in displayMessage()
292 private void displayPwChangeDialog(int strId, boolean shouldDisplay) { in displayPwChangeDialog()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java292 protected void createMenu(int[] strId, View button) { in createMenu()