Searched refs:eventsInMem (Results 1 – 1 of 1) sorted by relevance
399 final LinkedList<Event> eventsInMem = mReportedEvents.get(userId); in onUserUnlocked() local400 if (eventsInMem != null) { in onUserUnlocked()401 pendingEvents.addAll(eventsInMem); in onUserUnlocked()