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.java213 final String key = StorageSummaryFragment.UnsupportedDiskPreference.makeKey(diskInfo); in refresh()
215 StorageSummaryFragment.UnsupportedDiskPreference unsupportedDiskPreference = in refresh()
216 (StorageSummaryFragment.UnsupportedDiskPreference) findPreference(key); in refresh()
218 unsupportedDiskPreference = new StorageSummaryFragment.UnsupportedDiskPreference( in refresh()
284 private static class UnsupportedDiskPreference extends Preference { class in StorageSummaryFragment
285 UnsupportedDiskPreference(Context context, DiskInfo info) { in UnsupportedDiskPreference() method in StorageSummaryFragment.UnsupportedDiskPreference