Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/instrumentation/src/com/android/nfc/cardemulation/
DTapAgainDialogTest.java56 ActivityScenario<TapAgainDialog> scenario = ActivityScenario.launch(getStartIntent()); in testOnCreate()
68 ActivityScenario.launch(getStartIntent()); in testOnClick()
79 ActivityScenario<TapAgainDialog> scenario = ActivityScenario.launch(getStartIntent()); in testOnDestroy()
87 ActivityScenario<TapAgainDialog> scenario = ActivityScenario.launch(getStartIntent()); in testOnStop()
95 private Intent getStartIntent() { in getStartIntent() method in TapAgainDialogTest