Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsAppInfoHelperImpl.java37 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_SETTINGS_COMMAND)); in open()
43 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()
[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()
133 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_SETTINGS_COMMAND)); in openFullSettings()
140 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_QUICK_SETTINGS_COMMAND)); in openQuickSettings()
185 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), enableOption); in turnOnOffWifi()
210 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), enableOption); in turnOnOffHotspot()
241 getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE), enableOption); in turnOnOffBluetooth()
339 getApplicationConfig( in goBackToSettingsScreen()
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/automotive-helpers/app-grid-helper/src/android/platform/helpers/
DAppGridHelperImpl.java33 By.res(getApplicationConfig(AutoConfigConstants.APP_GRID_PACKAGE), PAGE_UP_BUTTON_ID);
35 By.res(getApplicationConfig(AutoConfigConstants.APP_GRID_PACKAGE), PAGE_DOWN_BUTTON_ID);
44 return getApplicationConfig(AutoConfigConstants.APP_GRID_PACKAGE); in getPackage()
55 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_APP_GRID_COMMAND)); in open()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationHelperImpl.java44 getApplicationConfig(AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND)); in open()
84 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND)); in checkNotificationExists()
92 getApplicationConfig( in checkNotificationExists()
111 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND)); in removeNotification()
129 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND)); in scrollThroughNotifications()
DAutoNotificationMockingHelperImpl.java145 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND)); in checkNotificationExists()
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DContactDetailsHelperImpl.java37 return getApplicationConfig(AutoConfigConstants.DIAL_PACKAGE); in getPackage()
45 "am start -n " + getApplicationConfig(AutoConfigConstants.PHONE_ACTIVITY); in open()
DDialHelperImpl.java50 "am start -n " + getApplicationConfig(AutoConfigConstants.PHONE_ACTIVITY); in open()
57 return getApplicationConfig(AutoConfigConstants.DIAL_PACKAGE); in getPackage()
79 waitForWindowUpdate(getApplicationConfig(AutoConfigConstants.DIAL_PACKAGE)); in makeCall()
96 waitForWindowUpdate(getApplicationConfig(AutoConfigConstants.DIAL_PACKAGE)); in endCall()
576 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_DIAL_PAD_COMMAND)); in enterNumber()
/platform_testing/libraries/automotive-helpers/home-helper/src/android/platform/helpers/
DHomeHelperImpl.java65 return getApplicationConfig(AutoConfigConstants.HOME_PACKAGE); in getPackage()
/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/
DLockScreenHelperImpl.java45 return getApplicationConfig(AutoConfigConstants.LOCK_SCREEN_PACKAGE); in getPackage()
101 getApplicationConfig(AutoConfigConstants.LOCK_SCREEN_PACKAGE), in selectPinOnPinPad()
/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/
DMediaCenterHelperImpl.java62 return getApplicationConfig(AutoConfigConstants.MEDIA_CENTER_PACKAGE); in getPackage()
67 openMediaApp(getApplicationConfig(AutoConfigConstants.MEDIA_ACTIVITY)); in open()
248 waitForWindowUpdate(getApplicationConfig(AutoConfigConstants.MEDIA_CENTER_PACKAGE)); in openNowPlayingWith()
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java405 protected String getApplicationConfig(String config) { in getApplicationConfig() method in AbstractAutoStandardAppHelper
406 return mAutoJsonUtil.getApplicationConfig(config); in getApplicationConfig()
484 mAutoJsonUtil.getApplicationConfig(AutoConfigConstants.SPLIT_SCREEN_UI))) { in hasSplitScreenSettingsUI()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoJsonUtility.java81 public String getApplicationConfig(String config) { in getApplicationConfig() method in AutoJsonUtility