Searched refs:StorageVolumePreference (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageVolumePreference.java | 47 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
|
D | StorageSettings.java | 166 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/ |
D | StorageVolumePreference.java | 47 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
|
D | StorageSettings.java | 166 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()
|