Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSettingTest.java55 mSettingHelper.get().checkMenuExists("Brightness level")); in testDisplaySettings()
63 mSettingHelper.get().checkMenuExists("In-call volume")); in testSoundSettings()
71 mSettingHelper.get().checkMenuExists("Recently opened")); in testAppinfoSettings()
80 mSettingHelper.get().checkMenuExists("Add a profile")); in testAccountsSettings()
88 mSettingHelper.get().checkMenuExists("Languages & input")); in testSystemSettings()
96 mSettingHelper.get().checkMenuExists("Pair new device")); in testBluetoothSettings()
DPrivacySettingVerifyUIElementsTest.java50 mSettingHelper.get().checkMenuExists("Microphone")); in openPrivacySetting()
67 mSettingHelper.get().checkMenuExists("Use microphone")); in testVerifyMicrophoneUIElement()
82 mSettingHelper.get().checkMenuExists("Location access")); in testVerifyLocationUIElement()
97 mSettingHelper.get().checkMenuExists("Privacy dashboard")); in testVerifyAppPermissionsUIElement()
114 mSettingHelper.get().checkMenuExists("Delete your profile")); in testVerifyInfotainmentSystemDataUIElement()
131 mSettingHelper.get().checkMenuExists("Send feedback to Google")); in testVerifyDataSharingGoogleUIElement()
DMicroPhoneSettingTest.java56 mSettingHelper.get().checkMenuExists("Microphone")); in openPrivacySetting()
60 mSettingHelper.get().checkMenuExists("Use microphone")); in openPrivacySetting()
68 mSettingHelper.get().checkMenuExists("Microphone")); in manageMicrophonePermissions()
94 mSettingHelper.get().checkMenuExists("Recently accessed")); in testMicroPhoneToggleOff()
109 mSettingHelper.get().checkMenuExists("Recently accessed")); in testMicroPhoneToggleOn()
160 mSettingHelper.get().checkMenuExists("App permissions")); in testMicroPhonePanelSettingsLink()
DDisplaySettingTest.java49 mSettingHelper.get().checkMenuExists("Brightness level")); in testBrightnessIncrease()
72 mSettingHelper.get().checkMenuExists("Adaptive brightness")); in testAdaptiveBrightnessDefaultValue()
85 mSettingHelper.get().checkMenuExists("Adaptive brightness")); in testAdaptiveBrightnessToggle()
DStorageSettingTest.java52 mSettingHelper.get().checkMenuExists("Languages & input")); in openSystemStorageFacet()
78 mSettingHelper.get().checkMenuExists("Hide system apps")); in testMusicAndAudio()
97 "Other apps is not open", mSettingHelper.get().checkMenuExists("Hide system apps")); in testOtherApps()
DWifiSettingTest.java47 mSettingHelper.get().checkMenuExists("Hotspot")); in openNetworkSetting()
DSecuritySettingTest.java52 mSettingHelper.get().checkMenuExists("Profile lock")); in openSecuritySettingFacet()
DPrivacySettingTest.java49 mSettingHelper.get().checkMenuExists("Microphone")); in openPrivacySetting()
DSystemSettingTest.java51 mSettingHelper.get().checkMenuExists("Languages & input")); in openSystemFacet()
DSettingSearchTest.java78 mSettingHelper.get().checkMenuExists("Allowed"); in testSearchApplication()
DAppInfoSettingTest.java38 mSettingHelper.get().checkMenuExists("Reset app grid to A-Z order")); in openAppInfoFacet()
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DUxRestrictionTest.java70 mSettingHelper.get().checkMenuExists("In-call volume")); in testRestrictedSoundSettings()
81 mSettingHelper.get().checkMenuExists("Hotspot")); in testRestrictedNetworkSettings()
94 mSettingHelper.get().checkMenuExists("Pair new device")); in testRestrictedBluetoothSettings()
106 assertFalse("Apps is not disabled", mSettingHelper.get().checkMenuExists("View all")); in testRestrictedAppSettings()
118 mSettingHelper.get().checkMenuExists("Add a profile")); in testRestrictedProfilesAndAccountsSettings()
130 mSettingHelper.get().checkMenuExists("Profile lock")); in testRestrictedSecuritySettings()
142 mSettingHelper.get().checkMenuExists("Languages & input")); in testRestrictedSystemSettings()
/platform_testing/tests/automotive/functional/profileiconlist/src/android/platform/tests/
DProfileIconsListTest.java71 mSettingHelper.get().checkMenuExists("Add a profile")); in testListOfProfiles()
74 mSettingHelper.get().checkMenuExists("Profiles & accounts settings")); in testListOfProfiles()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoSettingHelper.java210 boolean checkMenuExists(String setting); in checkMenuExists() method
/platform_testing/tests/automotive/functional/locationstatusbar/src/android/platform/tests/
DSettingsLocationTest.java48 "Location settings did not open", mSettingHelper.get().checkMenuExists("Location")); in setup()
/platform_testing/tests/automotive/functional/lockscreen/src/android/platform/tests/
DLockScreenTest.java71 mSettingHelper.get().checkMenuExists("Profile lock")); in openSecuritySettingFacet()
/platform_testing/tests/automotive/functional/statusbar/src/android/platform/tests/
DNetworkPaletteTest.java52 mSettingHelper.get().checkMenuExists("Network & internet settings")); in openNetworkPalette()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java366 public boolean checkMenuExists(String setting) { in checkMenuExists() method in SettingHelperImpl