Searched refs:checkMenuExists (Results 1 – 18 of 18) sorted by relevance
55 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()
50 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()
56 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()
49 mSettingHelper.get().checkMenuExists("Brightness level")); in testBrightnessIncrease()72 mSettingHelper.get().checkMenuExists("Adaptive brightness")); in testAdaptiveBrightnessDefaultValue()85 mSettingHelper.get().checkMenuExists("Adaptive brightness")); in testAdaptiveBrightnessToggle()
52 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()
47 mSettingHelper.get().checkMenuExists("Hotspot")); in openNetworkSetting()
52 mSettingHelper.get().checkMenuExists("Profile lock")); in openSecuritySettingFacet()
49 mSettingHelper.get().checkMenuExists("Microphone")); in openPrivacySetting()
51 mSettingHelper.get().checkMenuExists("Languages & input")); in openSystemFacet()
78 mSettingHelper.get().checkMenuExists("Allowed"); in testSearchApplication()
38 mSettingHelper.get().checkMenuExists("Reset app grid to A-Z order")); in openAppInfoFacet()
70 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()
71 mSettingHelper.get().checkMenuExists("Add a profile")); in testListOfProfiles()74 mSettingHelper.get().checkMenuExists("Profiles & accounts settings")); in testListOfProfiles()
210 boolean checkMenuExists(String setting); in checkMenuExists() method
48 "Location settings did not open", mSettingHelper.get().checkMenuExists("Location")); in setup()
71 mSettingHelper.get().checkMenuExists("Profile lock")); in openSecuritySettingFacet()
52 mSettingHelper.get().checkMenuExists("Network & internet settings")); in openNetworkPalette()
366 public boolean checkMenuExists(String setting) { in checkMenuExists() method in SettingHelperImpl