Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/instrumentation/src/com/android/nfc/cardemulation/
DTapAgainDialogTest.java52 private static final int ALERT_DIALOG_ID = com.android.internal.R.id.parentPanel; field in TapAgainDialogTest
72 onView(withId(ALERT_DIALOG_ID)).check(matches(isDisplayed())); in testOnClick()