Home
last modified time | relevance | path

Searched defs:clickButton (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/
H A DTestableAlertDialog.kt130 fun clickButton(whichButton: Int) { in clickButton() method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/settings/
H A DControlsSettingsDialogManagerImplTest.kt330 private fun clickButton(which: Int) { in <lambda>() method in com.android.systemui.controls.settings.ControlsSettingsDialogManagerImplTest
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/ui/
DViewTest.java55 protected void clickButton(final View view) { in clickButton() method in ViewTest
DFragmentTestCase.java97 protected void clickButton(final View view) { in clickButton() method in FragmentTestCase
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/test/
DIntegrationTestUtils.java57 public void clickButton(final Activity activity, final int buttonResourceId) throws Throwable { in clickButton() method in IntegrationTestUtils
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39701/src/android/security/cts/CVE_2021_39701/
H A DDeviceTest.java119 private boolean clickButton(String id) { in clickButton() method in DeviceTest
/aosp_15_r20/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/
DTestUtils.java77 public static void clickButton(UiDevice uiDevice, String res) { in clickButton() method in TestUtils
/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
H A DNotification.kt374 fun clickButton(label: String) { in <lambda>() method
/aosp_15_r20/platform_testing/tests/functional/calculator/src/com/android/calculator/functional/
H A DCalculatorHelper.java62 public void clickButton(String resource_id) { in clickButton() method in CalculatorHelper
/aosp_15_r20/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
H A DIAutoSUWHelper.java122 void clickButton(ButtonID buttonID); in clickButton() method
/aosp_15_r20/cts/tests/tests/animation/src/android/animation/cts/
H A DLayoutAnimationTest.java225 private void clickButton() throws Throwable { in clickButton() method in LayoutAnimationTest
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DInputGameInterface.java226 final InputButton clickButton = keys[KeyEvent.KEYCODE_DPAD_CENTER]; // special case in update() local
/aosp_15_r20/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
H A DDialHelperImpl.java881 private void clickButton(String selectorID) { in clickButton() method in DialHelperImpl