Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/test/
H A DIntegrationTestUtils.java57 public void clickButton(final Activity activity, final int buttonResourceId) throws Throwable { in clickButton() method in IntegrationTestUtils
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/
H A DViewTest.java55 protected void clickButton(final View view) { in clickButton() method in ViewTest
H A DFragmentTestCase.java97 protected void clickButton(final View view) { in clickButton() method in FragmentTestCase
/aosp12/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/
H A DTestUtils.java76 public static void clickButton(UiDevice uiDevice, String res) { in clickButton() method in TestUtils