Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
DEditUserPhotoController.java154 final boolean canChoosePhoto = canChoosePhoto(); in showUpdatePhotoPopup()
156 if (!canTakePhoto && !canChoosePhoto) { in showUpdatePhotoPopup()
175 if (canChoosePhoto) { in showUpdatePhotoPopup()
218 private boolean canChoosePhoto() { in canChoosePhoto() method in EditUserPhotoController