Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DRaceConditionReproducer.java239 assertTrue("Last registered event is :enter", lastEventAsEnter() == null); in finishIteration()
272 final String lastEventAsEnter = lastEventAsEnter(); in canRegisterEventNowLocked() local
275 if (lastEventAsEnter != null) { in canRegisterEventNowLocked()
276 if (!lastEventAsEnter.equals(thisEventAsExit)) { in canRegisterEventNowLocked()
415 private String lastEventAsEnter() { in lastEventAsEnter() method in RaceConditionReproducer