Home
last modified time | relevance | path

Searched refs:mProcessingActionListeners (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java454 private final ExternalCallbackTracker<IActionListener> mProcessingActionListeners; field in ClientModeImpl
840 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()