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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoActionPopup.java37 public static final int MODE_NO_PHOTO = 0; field in class:PhotoActionPopup
58 if (mode == MODE_NO_PHOTO || mode == MODE_PHOTO_ALLOW_PRIMARY
60 final int resId = mode == MODE_NO_PHOTO ? R.string.take_photo :R.string.take_new_photo;
65 if (mode == MODE_NO_PHOTO || mode == MODE_PHOTO_ALLOW_PRIMARY
67 final int resId = mode == MODE_NO_PHOTO ? R.string.pick_photo :R.string.pick_new_photo;

Completed in 65 milliseconds