Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DStorageSummaryFragment.java214 final String key = StorageSummaryFragment.UnsupportedDiskPreference.makeKey(diskInfo); in refresh()
216 StorageSummaryFragment.UnsupportedDiskPreference unsupportedDiskPreference = in refresh()
217 (StorageSummaryFragment.UnsupportedDiskPreference) findPreference(key); in refresh()
219 unsupportedDiskPreference = new StorageSummaryFragment.UnsupportedDiskPreference( in refresh()
285 private static class UnsupportedDiskPreference extends Preference { class in StorageSummaryFragment
286 UnsupportedDiskPreference(Context context, DiskInfo info) { in UnsupportedDiskPreference() method in StorageSummaryFragment.UnsupportedDiskPreference