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

/packages/apps/Phone/src/com/android/phone/
H A DEditFdnContactScreen.java69 private boolean mAddContact; field in class:EditFdnContactScreen
105 setTitle(mAddContact ?
127 if (mAddContact) {
208 mAddContact = TextUtils.isEmpty(mNumber);
231 if (!mAddContact) {
324 if (!mAddContact) {
365 showStatus(getResources().getText(mAddContact ?

Completed in 366 milliseconds