Searched refs:mAllReceivedEvents (Results 1 – 1 of 1) sorted by relevance
62 private final List<UserLifecycleEvent> mAllReceivedEvents = new ArrayList<>(); field in BlockingUserLifecycleListener186 mAllReceivedEvents.add(event); in onEvent()232 event = mAllReceivedEvents.isEmpty() ? null : mAllReceivedEvents.get(0); in waitForAnyEvent()267 return Collections.unmodifiableList(new ArrayList<>(mAllReceivedEvents)); in getAllReceivedEvents()284 + ",received=" + mAllReceivedEvents in stateToString()