Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
DEditUserPhotoController.java80 private static final String NEW_USER_PHOTO_FILE_NAME = "NewUserPhoto.png"; field in EditUserPhotoController
384 File file = new File(mContext.getCacheDir(), NEW_USER_PHOTO_FILE_NAME); in saveNewUserPhotoBitmap()
401 new File(mContext.getCacheDir(), NEW_USER_PHOTO_FILE_NAME).delete(); in removeNewUserPhotoBitmapFile()