Home
last modified time | relevance | path

Searched refs:canChoosePhoto (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/AvatarPicker/src/
DAvatarPickerActivity.java213 final boolean canChoosePhoto = in AvatarAdapter()
214 PhotoCapabilityUtils.canChoosePhoto(AvatarPickerActivity.this); in AvatarAdapter()
216 mChoosePhotoPosition = (canChoosePhoto ? (canTakePhoto ? 1 : 0) : NONE); in AvatarAdapter()
217 mPreselectedImageStartPosition = (canTakePhoto ? 1 : 0) + (canChoosePhoto ? 1 : 0); in AvatarAdapter()
DPhotoCapabilityUtils.java47 public static boolean canChoosePhoto(Context context) { in canChoosePhoto() method in PhotoCapabilityUtils