Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
DIntegrationTestUtils.java61 public void clickButton(final Activity activity, final int buttonResourceId) throws Throwable { in clickButton() argument
65 View view = activity.findViewById(buttonResourceId); in clickButton()