Searched refs:showStatus (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DEnableIccPinScreen.java87 private void showStatus(CharSequence statusMsg) { method in class:EnableIccPinScreen
112 showStatus(getResources().getText(
118 showStatus(getResources().getText(
135 showStatus(getResources().getText(
/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DDeleteFdnContactScreen.java82 showStatus(getResources().getText(
144 private void showStatus(CharSequence statusMsg) { method in class:DeleteFdnContactScreen
154 showStatus(getResources().getText(R.string.fdn_contact_deleted));
157 showStatus(getResources().getText(R.string.pin2_invalid));
H A DEditFdnContactScreen.java308 showStatus(getResources().getText(R.string.adding_fdn_contact));
333 showStatus(getResources().getText(R.string.updating_fdn_contact));
372 private void showStatus(CharSequence statusMsg) { method in class:EditFdnContactScreen
382 showStatus(getResources().getText(mAddContact ?
387 showStatus(getResources().getText(R.string.fdn_invalid_number));
390 showStatus(getResources().getText(R.string.fdn_enable_puk2_requested));
392 showStatus(getResources().getText(R.string.puk2_blocked));
396 showStatus(getResources().getText(R.string.pin2_or_fdn_invalid));

Completed in 178 milliseconds