Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsAppInfoHelperImpl.java43 return getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE); in getPackage()
64 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), show_all_apps_menu); in showAllApps()
78 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), in enableDisableApplication()
100 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), disableAppBtn); in enableDisableApplication()
132 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), forceStopButton); in forceStop()
140 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), okBtn); in forceStop()
154 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), permissions_menu); in setAppPermission()
159 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), permission_menu); in setAppPermission()
168 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), allow_btn); in setAppPermission()
177 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), dont_allow_btn); in setAppPermission()
[all …]
DSettingsSecurityHelperImpl.java19 return getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE); in getPackage()
33 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), password_menu); in setLockByPassword()
71 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), profileLockMenu); in openChooseLockTypeMenu()
95 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), pin_menu); in setLockByPin()
104 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), continue_button); in setLockByPin()
113 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), confirm_button); in setLockByPin()
124 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), number); in selectPinOnPinPad()
152 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), enter_button); in unlockByPin()
175 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), none_menu); in removeLock()
183 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), remove_button); in removeLock()
DSettingsSystemHelperImpl.java40 return getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE); in getPackage()
50 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), languageObject); in setDisplayLanguage()
186 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), resetNetworkMenu); in resetNetwork()
194 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), resetSettingsButton1); in resetNetwork()
202 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), resetSettingsButton2); in resetNetwork()
218 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), object); in resetAppPreferences()
226 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), reset_apps_button); in resetAppPreferences()
239 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), languagesInputMenu); in openLanguagesInputMenu()
270 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), resetOptionMenu); in openResetOptionsMenu()
281 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), aboutMenu); in openAboutMenu()
[all …]
DSettingsDateTimeHelperImpl.java48 return getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE); in getPackage()
63 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), autoDateTimeMenu); in setDate()
68 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), setDateMenu); in setDate()
150 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), autoDateTimeMenu); in setTimeInTwelveHourFormat()
160 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), setTimeMenu); in setTimeInTwelveHourFormat()
189 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), autoDateTimeMenu); in setTimeInTwentyFourHourFormat()
199 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), setTimeMenu); in setTimeInTwentyFourHourFormat()
310 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), autoTimeZoneMenu); in setTimeZone()
320 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), selectTimeZoneMenu); in setTimeZone()
327 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), object); in setTimeZone()
[all …]
DSettingHelperImpl.java64 return getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE); in getPackage()
73 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE)); in stopSettingsApplication()
185 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), enableOption); in turnOnOffWifi()
210 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), enableOption); in turnOnOffHotspot()
241 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), enableOption); in turnOnOffBluetooth()
437 waitForWindowUpdate(getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE)); in changeSeekbarLevel()
451 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), in setDayNightMode()
DSettingProfileHelperImpl.java50 return getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingAccountsHelperImpl.java39 return getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE); in getPackage()
DSettingsSoundsHelperImpl.java62 return getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE); in getPackage()
/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/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java55 public static final String SETTINGS_PACKAGE = "com.android.settings"; field in PermissionHelper
287 ComponentName settingComponent = new ComponentName(SETTINGS_PACKAGE, in openAppPermissionView()
288 String.format("%s.%s$%s", SETTINGS_PACKAGE, in openAppPermissionView()
/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/utility-helper/src/android/platform/helpers/
DAutoConfigConstants.java54 public static final String SETTINGS_PACKAGE = "SETTINGS_PACKAGE"; field in AutoConfigConstants
DAutoSettingsConfigUtility.java175 mApplicationConfigMap.put(AutoConfigConstants.SETTINGS_PACKAGE, SETTING_APP_PACKAGE); in loadDefaultSettingsAppConfig()