Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DRaceConditionReproducer.java422 private static String prefixFromPostfixedEvent(String event, String postfix) { in prefixFromPostfixedEvent() method in RaceConditionReproducer
434 return prefixFromPostfixedEvent(event, ENTER_POSTFIX); in eventAsEnter()
441 return prefixFromPostfixedEvent(event, EXIT_POSTFIX); in eventAsExit()