Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DRaceConditionReproducer.java214 RaceConditionTracker.setEventProcessor(this); in startIteration()
223 RaceConditionTracker.setEventProcessor(null); in finishIteration()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DRaceConditionTracker.java36 static void setEventProcessor(EventProcessor eventProcessor) { in setEventProcessor() method in RaceConditionTracker