Home
last modified time | relevance | path

Searched refs:buttonResourceId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/test/
DIntegrationTestUtils.java57 public void clickButton(final Activity activity, final int buttonResourceId) throws Throwable { in clickButton() argument
61 View view = activity.findViewById(buttonResourceId); in clickButton()