Home
last modified time | relevance | path

Searched refs:SETTINGS_PACKAGE (Results 1 – 21 of 21) sorted by relevance

/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityHelper.java33 public static final String SETTINGS_PACKAGE = "com.android.settings"; field in AccessibilityHelper
79 Until.findObject(By.res(SETTINGS_PACKAGE, "switch_bar")), SHORT_TIMEOUT) in setTalkBackSetting()
80 .findObject(By.res(SETTINGS_PACKAGE, "switch_widget")); in setTalkBackSetting()
119 By.res(SETTINGS_PACKAGE, "action_bar").enabled(true)), SHORT_TIMEOUT); in launchSpecificAccessibilitySetting()
130 mDevice.wait(Until.findObject(By.res(SETTINGS_PACKAGE, "action_bar") in launchSpecificAccessibilitySetting()
175 new UiSelector().resourceId(SETTINGS_PACKAGE + ":id/recycler_view")); in getSettingFromList()
DAccessibilityScannerHelper.java126 By.res(AccessibilityHelper.SETTINGS_PACKAGE, "switch_widget")), in setAccessibilityScannerSetting()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSettingsJankTests.java43 private static final String SETTINGS_PACKAGE = "com.android.settings"; field in SettingsJankTests
44 private static final BySelector SETTINGS_DASHBOARD = By.res(SETTINGS_PACKAGE,
73 Intent intent = context.getPackageManager().getLaunchIntentForPackage(SETTINGS_PACKAGE); in setUp()
76 mDevice.wait(Until.hasObject(By.pkg(SETTINGS_PACKAGE).depth(0)), TIMEOUT); in setUp()
112 @GfxMonitor(processName=SETTINGS_PACKAGE)
DSystemUiJankTests.java68 private static final String SETTINGS_PACKAGE = "com.android.settings"; field in SystemUiJankTests
930 mDevice.executeShellCommand("am force-stop " + SETTINGS_PACKAGE); in afterLaunchSettingsLoop()
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemUiJankTests.java48 private static final String SETTINGS_PACKAGE = "com.android.tv.settings"; field in SystemUiJankTests
109 @GfxMonitor(processName=SETTINGS_PACKAGE)
115 By.res(SETTINGS_PACKAGE, "settings_preference_fragment_container")), in testNavigateToSettings()
128 Until.hasObject(By.res(SETTINGS_PACKAGE, "settings_preference_fragment_container")), in goToSettings()
135 @GfxMonitor(processName=SETTINGS_PACKAGE)
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java55 private static final String SETTINGS_PACKAGE = "com.android.settings"; field in SettingsHelper
67 private static final BySelector SETTINGS_DASHBOARD = By.res(SETTINGS_PACKAGE,
139 return SETTINGS_PACKAGE; in getPackage()
454 By.res(SETTINGS_PACKAGE, SWITCH_WIDGET).text(switchText)); in toggleWiFiOnOffAndVerify()
480 By.res(SETTINGS_PACKAGE, SWITCH_WIDGET).text(switchText)); in toggleBTOnOffAndVerify()
526 By.res(SETTINGS_PACKAGE, SWITCH_WIDGET)); in toggleLocationSettingsOnOrOffAndVerify()
631 ComponentName settingComponent = new ComponentName(SETTINGS_PACKAGE, in launchSettingsPageByComponentName()
632 String.format("%s.%s$%s", SETTINGS_PACKAGE, SETTINGS_APP, name)); in launchSettingsPageByComponentName()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsLocationHelperImpl.java35 return getPackageFromConfig(AutomotiveConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingsDisplayHelperImpl.java119 return getPackageFromConfig(AutomotiveConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingsUIHelperImpl.java64 return getPackageFromConfig(AutomotiveConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingsBluetoothHelperImpl.java220 return getPackageFromConfig(AutomotiveConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingsSoundsHelperImpl.java95 return getPackageFromConfig(AutomotiveConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingsPrivacyHelperImpl.java34 return getPackageFromConfig(AutomotiveConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingHelperImpl.java75 return getPackageFromConfig(AutomotiveConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingsSystemHelperImpl.java75 return getPackageFromConfig(AutomotiveConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingsAppInfoHelperImpl.java97 return getPackageFromConfig(AutomotiveConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingsDateTimeHelperImpl.java86 return getPackageFromConfig(AutomotiveConfigConstants.SETTINGS_PACKAGE); in getPackage()
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DDrivingOptimizedAppsTest.java76 .checkPackageInForeground(AutomotiveConfigConstants.SETTINGS_PACKAGE)); in testOpenSettings()
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java56 public static final String SETTINGS_PACKAGE = "com.android.settings"; field in PermissionHelper
288 ComponentName settingComponent = new ComponentName(SETTINGS_PACKAGE, in openAppPermissionView()
289 String.format("%s.%s$%s", SETTINGS_PACKAGE, in openAppPermissionView()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DAutoLauncherStrategy.java45 private static final String SETTINGS_PACKAGE = "com.android.car.settings"; field in AutoLauncherStrategy
101 {"Settings", By.pkg(SETTINGS_PACKAGE).depth(0)},
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DAutoLauncherStrategy.java44 private static final String SETTINGS_PACKAGE = "com.android.car.settings"; field in AutoLauncherStrategy
90 {"Settings", By.pkg(SETTINGS_PACKAGE).depth(0)},
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java198 public static final String SETTINGS_PACKAGE = "SETTINGS_PACKAGE"; field in AutomotiveConfigConstants