Searched refs:focusOnElementWithTitle (Results 1 – 3 of 3) sorted by relevance
39 if (!uiDevice.focusOnElementWithTitle(otherPermissionsLabel)) in goToOtherPermissionScreen()56 uiDevice.focusOnElementWithTitle(bodySensorsPermissionLabel) in bodySensors_permissionGroup_isNotShown()86 uiDevice.focusOnElementWithTitle(TEST_APP_DEFINED_PERMISSION_A_LABEL) in additionalPermissions_section_isShown_ifUsed()
58 uiDevice.focusOnElementWithTitle(cameraPermissionLabel) in test_camera_permissionGroup_isShown_whenUsed()
69 fun UiDevice.focusOnElementWithTitle(title: CharSequence): Boolean = checkAllItemsIfNeeded { in <lambda>() method