Searched refs:ALERT_DIALOG_ID (Results 1 – 1 of 1) sorted by relevance
52 private static final int ALERT_DIALOG_ID = com.android.internal.R.id.parentPanel; field in TapAgainDialogTest72 onView(withId(ALERT_DIALOG_ID)).check(matches(isDisplayed())); in testOnClick()