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