Searched refs:USER_PHOTO_FILENAME (Results 1 – 1 of 1) sorted by relevance
169 private static final String USER_PHOTO_FILENAME = "photo.png"; field in UserManagerService170 private static final String USER_PHOTO_FILENAME_TMP = USER_PHOTO_FILENAME + ".tmp";1571 File file = new File(dir, USER_PHOTO_FILENAME); in writeBitmapLP()