Searched refs:mPendingEventsMap (Results 1 – 1 of 1) sorted by relevance
65 private final Map<KeyEventFilter, ArrayList<PendingKeyEvent>> mPendingEventsMap = field in KeyEventDispatcher136 ArrayList<PendingKeyEvent> pendingEventList = mPendingEventsMap.get(keyEventFilter); in notifyKeyEventLocked()139 mPendingEventsMap.put(keyEventFilter, pendingEventList); in notifyKeyEventLocked()167 removeEventFromListLocked(mPendingEventsMap.get(keyEventFilter), sequence); in setOnKeyEventResult()191 List<PendingKeyEvent> pendingEvents = mPendingEventsMap.get(keyEventFilter); in flush()197 mPendingEventsMap.remove(keyEventFilter); in flush()210 for (ArrayList<PendingKeyEvent> listForService : mPendingEventsMap.values()) { in handleMessage()