Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DStorageSummaryFragment.java56 public class StorageSummaryFragment extends SettingsPreferenceFragment { class
65 private final StorageSummaryFragment.StorageEventListener
66 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 …]
DStorageResetActivity.java34 String fragmentName = StorageSummaryFragment.class.getName(); in createSettingsFragment()
DStorageSummaryFragmentX.java29 public class StorageSummaryFragmentX extends StorageSummaryFragment implements