Searched refs:actionListener (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiShellCommand.java | 420 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()
|
D | ClientModeImpl.java | 6127 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/ |
D | WifiScanner.java | 1635 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()
|