Searched refs:ALL_FILES (Results 1 – 1 of 1) sorted by relevance
67 private static final String ALL_FILES = DATA_PREFIX + "all_slice_files"; field in SliceProviderCompat107 SharedPreferences allFiles = mContext.getSharedPreferences(ALL_FILES, 0); in SliceProviderCompat()108 Set<String> files = allFiles.getStringSet(ALL_FILES, Collections.<String>emptySet()); in SliceProviderCompat()114 .putStringSet(ALL_FILES, files) in SliceProviderCompat()597 SharedPreferences prefs = context.getSharedPreferences(ALL_FILES, 0); in getPinnedSlices()598 Set<String> prefSet = prefs.getStringSet(ALL_FILES, Collections.<String>emptySet()); in getPinnedSlices()