Home
last modified time | relevance | path

Searched refs:SystemInfoFragment (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
H A DStorageUtils.java203 public static class SystemInfoFragment extends InstrumentedDialogFragment { class in StorageUtils
208 final SystemInfoFragment dialog = new SystemInfoFragment(); in show()
H A DStorageItemPreferenceController.java50 import com.android.settings.deviceinfo.storage.StorageUtils.SystemInfoFragment;
200 final SystemInfoFragment dialog = new SystemInfoFragment(); in handlePreferenceTreeClick()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
H A DStorageItemPreferenceControllerTest.java325 .add(nullable(StorageUtils.SystemInfoFragment.class), nullable(String.class)); in testClickSystem()