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

/packages/services/Telephony/src/com/android/phone/
H A DFdnSetting.java335 private final void displayMessage(int strId, int attemptsRemaining) { argument
336 String s = getString(strId);
337 if ((strId == R.string.badPin2) || (strId == R.string.badPuk2) ||
338 (strId == R.string.pin2_invalid)) {
340 s = getString(strId) + getString(R.string.pin2_attempts, attemptsRemaining);
342 s = getString(strId);
349 private final void displayMessage(int strId) { argument
350 displayMessage(strId, -1);
360 private final void displayPinChangeDialog(int strId, boolea argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditor.java291 protected void createMenu(int[] strId, View button) { argument
294 for (int i = 0; i < strId.length; i++) {
295 menu.add(Menu.NONE, Menu.FIRST + i, 0, mContext.getString(strId[i]));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java1436 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space);
1437 Toast.makeText(this, getString(strId), Toast.LENGTH_SHORT).show();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1749 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space);
1750 Toast.makeText(this, getString(strId), Toast.LENGTH_SHORT).show();

Completed in 413 milliseconds