Searched refs:enterEvt (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.launcher3.util.RaceConditionReproducer.enterEvt;70 runTest(enterEvt(Launcher.ON_CREATE_EVT), in testPressHome()72 enterEvt(OtherActivityInputConsumer.DOWN_EVT), in testPressHome()75 runTest(enterEvt(OtherActivityInputConsumer.DOWN_EVT), in testPressHome()77 enterEvt(Launcher.ON_CREATE_EVT), in testPressHome()
56 mRaceConditionReproducer.onEvent(RaceConditionReproducer.enterEvt(sectionName)); in beginSection()
83 public static String enterEvt(String eventName) { in enterEvt() method in RaceConditionReproducer