Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageSummaryPreference.java31 public class StorageSummaryPreference extends Preference { class
34 public StorageSummaryPreference(Context context) { in StorageSummaryPreference() method in StorageSummaryPreference
DPublicVolumeSettings.java64 private StorageSummaryPreference mSummary;
119 mSummary = new StorageSummaryPreference(getPrefContext()); in onCreate()
DStorageSettings.java82 private StorageSummaryPreference mInternalSummary;
114 mInternalSummary = new StorageSummaryPreference(getPrefContext()); in onCreate()
DPrivateVolumeSettings.java122 private StorageSummaryPreference mSummary;
183 mSummary = new StorageSummaryPreference(getPrefContext()); in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageSummaryPreference.java31 public class StorageSummaryPreference extends Preference { class
34 public StorageSummaryPreference(Context context) { in StorageSummaryPreference() method in StorageSummaryPreference
DPublicVolumeSettings.java64 private StorageSummaryPreference mSummary;
119 mSummary = new StorageSummaryPreference(getPrefContext()); in onCreate()
DStorageSettings.java82 private StorageSummaryPreference mInternalSummary;
114 mInternalSummary = new StorageSummaryPreference(getPrefContext()); in onCreate()
DPrivateVolumeSettings.java122 private StorageSummaryPreference mSummary;
183 mSummary = new StorageSummaryPreference(getPrefContext()); in onCreate()