Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java420 IActionListener.Stub actionListener = new IActionListener.Stub() { in onCommand() local
435 config, -1, new Binder(), actionListener, actionListener.hashCode()); in onCommand()
443 IActionListener.Stub actionListener = new IActionListener.Stub() { in onCommand() local
458 config, new Binder(), actionListener, actionListener.hashCode()); in onCommand()
467 IActionListener.Stub actionListener = new IActionListener.Stub() { in onCommand() local
481 Integer.parseInt(networkId), new Binder(), actionListener, in onCommand() local
482 actionListener.hashCode()); in onCommand()
DClientModeImpl.java6127 IActionListener actionListener;
6129 actionListener = mProcessingActionListeners.remove(callbackIdentifier);
6131 if (actionListener != null) {
6133 actionListener.onFailure(reason);
6141 IActionListener actionListener;
6143 actionListener = mProcessingActionListeners.remove(callbackIdentifier);
6145 if (actionListener != null) {
6147 actionListener.onSuccess();
/frameworks/base/wifi/java/android/net/wifi/
DWifiScanner.java1635 ActionListener actionListener = (ActionListener) listener; in handleMessage() local
1637 executor.execute(actionListener::onSuccess); in handleMessage()
1641 ActionListener actionListener = (ActionListener) listener; in handleMessage() local
1645 actionListener.onFailure(result.reason, result.description)); in handleMessage()