Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageVolumePreference.java47 public class StorageVolumePreference extends Preference { class
48 private static final String TAG = StorageVolumePreference.class.getSimpleName();
57 public StorageVolumePreference(Context context, VolumeInfo volume, long totalBytes) { in StorageVolumePreference() method in StorageVolumePreference
DStorageSettings.java166 new StorageVolumePreference(context, vol, 0)); in refresh()
171 new StorageVolumePreference(context, vol, volumeTotalBytes)); in refresh()
176 new StorageVolumePreference(context, vol, 0)); in refresh()
254 if (pref instanceof StorageVolumePreference) { in onPreferenceTreeClick()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageVolumePreference.java47 public class StorageVolumePreference extends Preference { class
48 private static final String TAG = StorageVolumePreference.class.getSimpleName();
57 public StorageVolumePreference(Context context, VolumeInfo volume, long totalBytes) { in StorageVolumePreference() method in StorageVolumePreference
DStorageSettings.java166 new StorageVolumePreference(context, vol, 0)); in refresh()
171 new StorageVolumePreference(context, vol, volumeTotalBytes)); in refresh()
176 new StorageVolumePreference(context, vol, 0)); in refresh()
254 if (pref instanceof StorageVolumePreference) { in onPreferenceTreeClick()