Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 20 of 20) sorted by relevance

/platform_testing/tests/automotive/health/settings/
DAndroid.bp20 name: "automotive-settings-scenarios",
25 "automotive-settings-app-helper",
/platform_testing/tests/automotive/health/settings/tests/src/android/platform/scenario/settings/
DOpenAppMicrobenchmark.java17 package android.platform.test.scenario.settings;
DScrollInAppMicrobenchmark.java17 package android.platform.test.scenario.settings;
/platform_testing/tests/automotive/health/settings/tests/
DAndroid.bp25 "automotive-settings-scenarios",
27 "automotive-settings-app-helper",
/platform_testing/tests/automotive/health/settings/src/android/platform/scenario/settings/
DOpenApp.java17 package android.platform.test.scenario.settings;
DScrollInApp.java17 package android.platform.test.scenario.settings;
/platform_testing/libraries/system-helpers/settings-helper/
DAndroid.bp22 name: "settings-helper",
/platform_testing/libraries/system-helpers/accessibility-helper/
DAndroid.bp26 "settings-helper",
/platform_testing/libraries/system-helpers/
DAndroid.bp30 "settings-helper",
/platform_testing/libraries/automotive-helpers/settings-app-helper/
DAndroid.bp22 name: "automotive-settings-app-helper",
/platform_testing/libraries/automotive-helpers/lock-screen-helper/
DAndroid.bp30 "automotive-settings-app-helper",
/platform_testing/tests/automotive/functional/settings/
DAndroid.bp25 "automotive-settings-app-helper",
/platform_testing/tests/automotive/functional/uxrestriction/
DAndroid.bp25 "automotive-settings-app-helper",
/platform_testing/tests/perf/PerfTransitionTest/
DAndroid.bp33 "settings-helper",
/platform_testing/tests/automotive/functional/lockscreen/
DAndroid.bp26 "automotive-settings-app-helper",
/platform_testing/tests/automotive/health/multiuser/
DAndroid.bp26 "automotive-settings-app-helper",
/platform_testing/tests/automotive/functional/navigationbar/
DAndroid.bp26 "automotive-settings-app-helper",
/platform_testing/tests/automotive/health/multiuser/tests/
DAndroid.bp28 "automotive-settings-app-helper",
/platform_testing/tests/automotive/functional/multiuser/
DAndroid.bp28 "automotive-settings-app-helper",
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java317 UiObject2 settings = findRow(getSettingsRowSelector(), Direction.DOWN); in selectSettingsRow() local
318 if (settings != null && isSettingsRowSelected()) { in selectSettingsRow()
319 return settings; in selectSettingsRow()