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