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