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

/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DEditFdnContactScreen.java77 private boolean mAddContact; field in class:EditFdnContactScreen
113 setTitle(mAddContact ? R.string.add_fdn_contact : R.string.edit_fdn_contact);
134 if (mAddContact) {
228 mAddContact = TextUtils.isEmpty(mNumber);
252 if (!mAddContact) {
342 if (!mAddContact) {
383 showStatus(getResources().getText(mAddContact ?

Completed in 58 milliseconds