Searched refs:canTakePhoto (Results 1 – 2 of 2) sorted by relevance
211 final boolean canTakePhoto = in AvatarAdapter()212 PhotoCapabilityUtils.canTakePhoto(AvatarPickerActivity.this); in AvatarAdapter()215 mTakePhotoPosition = (canTakePhoto ? 0 : NONE); in AvatarAdapter()216 mChoosePhotoPosition = (canChoosePhoto ? (canTakePhoto ? 1 : 0) : NONE); in AvatarAdapter()217 mPreselectedImageStartPosition = (canTakePhoto ? 1 : 0) + (canChoosePhoto ? 1 : 0); in AvatarAdapter()
35 public static boolean canTakePhoto(Context context) { in canTakePhoto() method in PhotoCapabilityUtils