Searched refs:StorageSummaryFragment (Results 1 – 2 of 2) sorted by relevance
50 public class StorageSummaryFragment extends SettingsPreferenceFragment { class59 private final StorageSummaryFragment.StorageEventListener60 mStorageEventListener = new StorageSummaryFragment.StorageEventListener();70 public static StorageSummaryFragment newInstance() { in newInstance()71 return new StorageSummaryFragment(); in newInstance()162 final String key = StorageSummaryFragment.VolPreference.makeKey(volumeInfo); in refresh()164 StorageSummaryFragment.VolPreference volPreference = in refresh()165 (StorageSummaryFragment.VolPreference) deviceCategory.findPreference(key); in refresh()167 volPreference = new StorageSummaryFragment.VolPreference(themedContext, volumeInfo); in refresh()174 final String key = StorageSummaryFragment.MissingPreference.makeKey(volumeRecord); in refresh()[all …]
32 .newSettingsFragment(StorageSummaryFragment.class.getName(), null); in createSettingsFragment()