Searched refs:canTakePhoto (Results 1 – 5 of 5) sorted by relevance
144 final boolean canTakePhoto = canTakePhoto(); in showUpdatePhotoPopup()147 if (!canTakePhoto && !canChoosePhoto) { in showUpdatePhotoPopup()154 if (canTakePhoto) { in showUpdatePhotoPopup()203 private boolean canTakePhoto() { in canTakePhoto() method in EditUserPhotoController
145 final boolean canTakePhoto = PhotoCapabilityUtils.canTakePhoto(context); in showUpdatePhotoPopup()148 if (!canTakePhoto && !canChoosePhoto) { in showUpdatePhotoPopup()154 if (canTakePhoto) { in showUpdatePhotoPopup()
30 static boolean canTakePhoto(Context context) { in canTakePhoto() method in PhotoCapabilityUtils
230 || PhotoCapabilityUtils.canTakePhoto(context)); in canChangePhoto()