Searched refs:getStartIntent (Results 1 – 1 of 1) sorted by relevance
56 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