Home
last modified time | relevance | path

Searched refs:STORAGE_OTHER_APPS_SETTINGS (Results 1 – 2 of 2) sorted by relevance

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DStorageSettingTest.java87 .verifyUsageinGB(AutomotiveConfigConstants.STORAGE_OTHER_APPS_SETTINGS)); in testOtherApps()
92 .hasUIElement(AutomotiveConfigConstants.STORAGE_OTHER_APPS_SETTINGS)); in testOtherApps()
95 .openUIOptions(AutomotiveConfigConstants.STORAGE_OTHER_APPS_SETTINGS); in testOtherApps()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java599 public static final String STORAGE_OTHER_APPS_SETTINGS = "STORAGE_OTHER_APPS_SETTINGS"; field in AutomotiveConfigConstants