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.java159 final boolean canChoosePhoto = canChoosePhoto(); in showUpdatePhotoPopup()
161 if (!canTakePhoto && !canChoosePhoto) { in showUpdatePhotoPopup()
180 if (canChoosePhoto) { in showUpdatePhotoPopup()
223 private boolean canChoosePhoto() { in canChoosePhoto() method in EditUserPhotoController