Home
last modified time | relevance | path

Searched refs:StorageSummaryFragment (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DStorageSummaryFragment.java51 public class StorageSummaryFragment extends SettingsPreferenceFragment { class
60 private final StorageSummaryFragment.StorageEventListener
61 mStorageEventListener = new StorageSummaryFragment.StorageEventListener();
71 public static StorageSummaryFragment newInstance() { in newInstance()
72 return new StorageSummaryFragment(); in newInstance()
163 final String key = StorageSummaryFragment.VolPreference.makeKey(volumeInfo); in refresh()
165 StorageSummaryFragment.VolPreference volPreference = in refresh()
166 (StorageSummaryFragment.VolPreference) deviceCategory.findPreference(key); in refresh()
168 volPreference = new StorageSummaryFragment.VolPreference(themedContext, volumeInfo); in refresh()
175 final String key = StorageSummaryFragment.MissingPreference.makeKey(volumeRecord); in refresh()
[all …]
DStorageResetActivity.java33 String fragmentName = StorageSummaryFragment.class.getName(); in createSettingsFragment()