/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
H A D | ActivityEmbeddingAppHelper.kt | 74 launchButton.click() 94 launchButton.click() 113 finishButton.click() 134 launchButton.click() 149 pipButton.click() 170 launchButton.click() 185 launchButton.click() 204 launchButton.click() 223 launchButton.click()
|
H A D | PipAppHelper.kt | 57 obj.click() 321 uiDevice.click(windowRect.centerX(), windowRect.centerY()) 328 uiDevice.click(dismissButtonBounds.centerX(), dismissButtonBounds.centerY()) 337 uiDevice.click(windowRect.centerX(), windowRect.centerY()) 344 uiDevice.click(expandButtonBounds.centerX(), expandButtonBounds.centerY()) 352 uiDevice.click(windowRect.centerX(), windowRect.centerY()) 354 uiDevice.click(windowRect.centerX(), windowRect.centerY())
|
H A D | ImeEditorPopupDialogAppHelper.kt | 43 editText.click() 52 dismissButton.click()
|
H A D | ImeAppHelper.kt | 49 editText.click() 76 finishButton.click()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | ResolverActivityTest.java | 122 .perform(click()); in twoOptionsAndUserSelectsOne() 124 .perform(click()); in twoOptionsAndUserSelectsOne() 273 .perform(click()); in hasOtherProfileOneOption() 275 .perform(click()); in hasOtherProfileOneOption() 316 .perform(click()); in hasOtherProfileTwoOptionsAndUserSelectsOne() 363 .perform(click()); in hasLastChosenActivityAndOtherProfile() 518 .perform(click()); in testWorkTab_workProfileHasExpectedNumberOfTargets() 544 .perform(click()); in testWorkTab_selectingWorkTabAppOpensAppInWorkProfile() 548 .perform(click()); in testWorkTab_selectingWorkTabAppOpensAppInWorkProfile() 550 .perform(click()); in testWorkTab_selectingWorkTabAppOpensAppInWorkProfile() [all …]
|
H A D | ChooserActivityTest.java | 456 .perform(click()); in twoOptionsAndUserSelectsOne() 552 .perform(click()); in updateChooserCountsAndModelAfterUserSelection() 653 .perform(click()); in hasOtherProfileOneOption() 693 .perform(click()); in hasOtherProfileTwoOptionsAndUserSelectsOne() 731 .perform(click()); in hasLastChosenActivityAndOtherProfile() 1500 .perform(click()); in testDirectTargetSelectionLogging() 1578 .perform(click()); in testDirectTargetLoggingWithRankedAppTarget() 1846 .perform(click()); in testDirectTargetLoggingWithAppTargetNotRanked() 1969 .perform(click()); in testWorkTab_selectingWorkTabAppOpensAppInWorkProfile() 2137 .perform(click()); in testAppTargetLogging() [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | SuggestionsPopupWindowTest.java | 31 import static androidx.test.espresso.action.ViewActions.click; 93 onView(withId(R.id.textview)).perform(click()); in testOnTextContextMenuItem() 111 onView(withId(R.id.textview)).perform(click()); in testSelectionActionMode() 129 onView(withId(R.id.textview)).perform(click()); in testInsertionActionMode() 138 onHandleView(com.android.internal.R.id.insertion_handle).perform(click()); in testInsertionActionMode() 156 onView(withId(R.id.textview)).perform(click()); in testSuggestionItems() 194 onView(withId(R.id.textview)).perform(click()); in testMisspelled() 221 onView(withId(R.id.textview)).perform(click()); in testEasyCorrect() 288 onView(withId(R.id.textview)).perform(click()); in testTextAppearanceInSuggestionsPopup() 361 onView(withId(R.id.textview)).perform(click()); in testCursorVisibility() [all …]
|
H A D | FloatingToolbarUtils.java | 83 .click(); in clickFloatingToolbarItem() 91 .click(); in clickFloatingToolbarOverflowItem() 97 .click(); in clickFloatingToolbarOverflowItem()
|
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
H A D | UiBot.java | 107 expandBtn.click(); in expandNotification() 125 click(notification, "bug report notification"); in clickOnNotification() 189 public void click(UiObject uiObject, String description) { in click() method in UiBot 191 boolean clicked = uiObject.click(); in click() 218 click(activity, name); in chooseActivity()
|
H A D | BugreportReceiverTest.java | 494 mUiBot.click(dontShowAgain, "dont-show-again"); in bugreportFinishedWithWarningTest() 501 mUiBot.click(dontShowAgain, "dont-show-again"); in bugreportFinishedWithWarningTest() 504 mUiBot.click(ok, "ok"); in bugreportFinishedWithWarningTest() 582 mUiBot.click(cancelButton, "cancel_button"); in cancelFromNotification() 904 mUiBot.click(screenshotButton, "screenshot_button"); in takeScreenshot() 1008 mUiBot.click(detailsButton, "details_button"); in DetailsUi() 1010 mUiBot.click(notification, "notification"); in DetailsUi() 1027 mUiBot.click(nameField, "name_field"); in focusOnName() 1043 mUiBot.click(detailsButton, "details_button"); in reOpen() 1047 mUiBot.click(okButton, "details_ok_button"); in clickOk() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/ |
H A D | ChangeActiveActivityFromBubbleTest.kt | 55 addBubbleBtn.click() 64 showBubble.click() 75 entry.click()
|
H A D | OpenActivityFromBubbleOnLocksreenTest.kt | 59 addBubbleBtn?.click() ?: error("Bubble widget not found") 80 notification?.click() ?: error("Notification not found") 87 showBubble?.click() ?: error("Bubble notify not found") 90 cancelAllBtn?.click() ?: error("Cancel widget not found")
|
H A D | OpenActivityFromBubbleTest.kt | 52 addBubbleBtn?.click() ?: error("Add Bubble not found") 60 showBubble?.run { showBubble.click() } ?: error("Bubble notify not found")
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
H A D | SplitScreenUtils.kt | 146 snapshots[0].click() 343 dividerBar.click() 345 dividerBar.click() 361 textView.click(LONG_PRESS_TIME_MS) 365 copyBtn.click() 374 editText.click(LONG_PRESS_TIME_MS) 378 pasteBtn.click()
|
/aosp14/frameworks/base/data/keyboards/ |
H A D | Vendor_054c_Product_0ba0_Version_8111.kl | 49 # Left stick click 51 # Right stick click 67 # so the touchpad button click will not be covered by this layout.
|
H A D | Vendor_054c_Product_05c4_Version_8000.kl | 50 # Left stick click 52 # Right stick click 68 # so the touchpad button click will not be covered by this layout.
|
H A D | Vendor_054c_Product_05c4_Version_8100.kl | 50 # Left stick click 52 # Right stick click 68 # so the touchpad button click will not be covered by this layout.
|
H A D | Vendor_054c_Product_05c4_Version_8111.kl | 50 # Left stick click 52 # Right stick click 68 # so the touchpad button click will not be covered by this layout.
|
H A D | Vendor_054c_Product_09cc_Version_8000.kl | 50 # Left stick click 52 # Right stick click 68 # so the touchpad button click will not be covered by this layout.
|
H A D | Vendor_054c_Product_09cc_Version_8100.kl | 50 # Left stick click 52 # Right stick click 68 # so the touchpad button click will not be covered by this layout.
|
H A D | Vendor_054c_Product_09cc_Version_8111.kl | 50 # Left stick click 52 # Right stick click 68 # so the touchpad button click will not be covered by this layout.
|
H A D | Vendor_1532_Product_0709.kl | 38 # Left stick click 40 # Right stick click
|
H A D | Vendor_045e_Product_02e0.kl | 43 # Left stick click 45 # Right stick click
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
H A D | QSTileImplTest.java | 151 mTile.click(null /* view */); in testClick_Metrics() 162 mTile.click(null /* view */); in testClick_log() 169 mTile.click(null); in testHandleClick_log() 170 mTile.click(null); in testHandleClick_log() 172 mTile.click(null); in testHandleClick_log() 187 mTile.click(null /* view */); in testClick_Metrics_Status_Bar_Status() 196 mTile.click(null /* view */); in testClick_falsing() 201 mTile.click(null /* view */); in testClick_falsing() 302 mTile.click(null /* view */); in testLongClick_Metrics_Status_Bar_Status() 438 mTile.click(null); in testClickOnDisabledByPolicyDoesntClickLaunchesIntent()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/ |
H A D | AccessibilityShortcutChooserActivityTest.java | 20 import static androidx.test.espresso.action.ViewActions.click; 143 onView(withText(DENY_LABEL)).perform(scrollTo(), click()); in doubleClickTestServiceAndClickDenyButton_permissionDialogDoesNotExist() 157 onView(withText(TEST_LABEL)).perform(scrollTo(), click()); in clickServiceTarget_notPermittedByAdmin_sendRestrictedDialogIntent() 188 editButton.click(); in openShortcutsList()
|