Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageUtils.java207 public static class SystemInfoFragment extends InstrumentedDialogFragment { class in StorageUtils
212 final SystemInfoFragment dialog = new SystemInfoFragment(); in show()
DStorageItemPreferenceController.java56 import com.android.settings.deviceinfo.storage.StorageUtils.SystemInfoFragment;
242 final SystemInfoFragment dialog = new SystemInfoFragment(); in handlePreferenceTreeClick()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceControllerTest.java360 .add(nullable(StorageUtils.SystemInfoFragment.class), nullable(String.class)); in testClickSystem()