Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DRaceConditionReproducer.java329 registerPostponedEventsLocked(new HashSet<>(mPostponedEvents.keySet())); in tryRegisterEvent()
381 registerPostponedEventsLocked(new HashSet<>(mPostponedEvents.keySet())); in allEventsResumeCallback()
384 private void registerPostponedEventsLocked(Collection<String> events) { in registerPostponedEventsLocked() method in RaceConditionReproducer