Home
last modified time | relevance | path

Searched refs:strId (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/src/com/android/phone/settings/fdn/
DFdnSetting.java339 private final void displayMessage(int strId, int attemptsRemaining) { in displayMessage() argument
340 String s = getString(strId); in displayMessage()
341 if ((strId == R.string.badPin2) || (strId == R.string.badPuk2) || in displayMessage()
342 (strId == R.string.pin2_invalid)) { in displayMessage()
344 s = getString(strId) + getString(R.string.pin2_attempts, attemptsRemaining); in displayMessage()
346 s = getString(strId); in displayMessage()
353 private final void displayMessage(int strId) { in displayMessage() argument
354 displayMessage(strId, -1); in displayMessage()
364 private final void displayPinChangeDialog(int strId, boolean shouldDisplay) { in displayPinChangeDialog() argument
385 if (strId != 0) { in displayPinChangeDialog()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java291 protected void createMenu(int[] strId, View button) { in createMenu() argument
294 for (int i = 0; i < strId.length; i++) { in createMenu()
295 menu.add(Menu.NONE, Menu.FIRST + i, 0, mContext.getString(strId[i])); in createMenu()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java1445 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space); in showOutOfSpaceMessage() local
1446 Toast.makeText(this, getString(strId), Toast.LENGTH_SHORT).show(); in showOutOfSpaceMessage()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1895 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space); in showOutOfSpaceMessage() local
1896 Toast.makeText(this, getString(strId), Toast.LENGTH_SHORT).show(); in showOutOfSpaceMessage()