Searched refs:mProcessingActionListeners (Results 1 – 1 of 1) sorted by relevance
454 private final ExternalCallbackTracker<IActionListener> mProcessingActionListeners; field in ClientModeImpl840 mProcessingActionListeners = new ExternalCallbackTracker<>(getHandler()); in ClientModeImpl()6128 synchronized (mProcessingActionListeners) {6129 actionListener = mProcessingActionListeners.remove(callbackIdentifier);6142 synchronized (mProcessingActionListeners) {6143 actionListener = mProcessingActionListeners.remove(callbackIdentifier);6161 mProcessingActionListeners.add(binder, callback, callbackIdentifier);6211 mProcessingActionListeners.add(binder, callback, callbackIdentifier);6247 mProcessingActionListeners.add(binder, callback, callbackIdentifier); in forget()