Searched refs:exitEvt (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.launcher3.util.RaceConditionReproducer.exitEvt;71 exitEvt(Launcher.ON_CREATE_EVT), in testPressHome()73 exitEvt(OtherActivityInputConsumer.DOWN_EVT)); in testPressHome()76 exitEvt(OtherActivityInputConsumer.DOWN_EVT), in testPressHome()78 exitEvt(Launcher.ON_CREATE_EVT)); in testPressHome()
74 mRaceConditionReproducer.onEvent(RaceConditionReproducer.exitEvt(info.sectionName)); in endSection()
87 public static String exitEvt(String eventName) { in exitEvt() method in RaceConditionReproducer