Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DStorageSummaryDonutPreferenceController.java40 private StorageSummaryDonutPreference mSummary;
68 StorageSummaryDonutPreference summary = (StorageSummaryDonutPreference) preference; in updateState()
DStorageSummaryDonutPreference.java41 public class StorageSummaryDonutPreference extends Preference implements View.OnClickListener { class
44 public StorageSummaryDonutPreference(Context context) { in StorageSummaryDonutPreference() method in StorageSummaryDonutPreference
48 public StorageSummaryDonutPreference(Context context, AttributeSet attrs) { in StorageSummaryDonutPreference() method in StorageSummaryDonutPreference
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageSummaryDonutPreferenceController.java40 private StorageSummaryDonutPreference mSummary;
68 StorageSummaryDonutPreference summary = (StorageSummaryDonutPreference) preference; in updateState()
DStorageSummaryDonutPreference.java41 public class StorageSummaryDonutPreference extends Preference implements View.OnClickListener { class
44 public StorageSummaryDonutPreference(Context context) { in StorageSummaryDonutPreference() method in StorageSummaryDonutPreference
48 public StorageSummaryDonutPreference(Context context, AttributeSet attrs) { in StorageSummaryDonutPreference() method in StorageSummaryDonutPreference
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageSummaryDonutPreferenceControllerTest.java62 private StorageSummaryDonutPreference mPreference;
73 mPreference = new StorageSummaryDonutPreference(mContext); in setUp()