Searched refs:StorageSummaryFragment (Results 1 – 3 of 3) sorted by relevance
56 public class StorageSummaryFragment extends SettingsPreferenceFragment { class65 private final StorageSummaryFragment.StorageEventListener66 mStorageEventListener = new StorageSummaryFragment.StorageEventListener();76 public static StorageSummaryFragment newInstance() { in newInstance()77 return new StorageSummaryFragment(); in newInstance()181 final String key = StorageSummaryFragment.VolPreference.makeKey(volumeInfo); in refresh()183 StorageSummaryFragment.VolPreference volPreference = in refresh()184 (StorageSummaryFragment.VolPreference) deviceCategory.findPreference(key); in refresh()186 volPreference = new StorageSummaryFragment.VolPreference(themedContext, volumeInfo); in refresh()193 final String key = StorageSummaryFragment.MissingPreference.makeKey(volumeRecord); in refresh()[all …]
34 String fragmentName = StorageSummaryFragment.class.getName(); in createSettingsFragment()
29 public class StorageSummaryFragmentX extends StorageSummaryFragment implements