Searched refs:KEY_FILE_SIZE (Results 1 – 1 of 1) sorted by relevance
36 private static final String KEY_FILE_SIZE = "fileSize"; field in LocalPreferences41 return getPrefs(context).getBoolean(KEY_FILE_SIZE, false); in getDisplayFileSize()50 getPrefs(context).edit().putBoolean(KEY_FILE_SIZE, display).apply(); in setDisplayFileSize()