Searched defs:ActionListener (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1345 * Passed with {@link ActionListener#onFailure}.
1352 * Passed with {@link ActionListener#onFailure}.
1359 * Passed with {@link ActionListener#onFailure}.
1379 * Passed with {@link ActionListener#onFailure}.
1386 public interface ActionListener { interface in class:WifiManager
1465 ((ActionListener) listener).onFailure(message.arg1);
1475 ((ActionListener) listener).onSuccess();
1586 public void connect(WifiConfiguration config, ActionListener listener) {
1608 public void connect(int networkId, ActionListener listener) {
1632 public void save(WifiConfiguration config, ActionListener listene
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java62 * <p> Most application calls need a {@link ActionListener} instance for receiving callbacks
63 * {@link ActionListener#onSuccess} or {@link ActionListener#onFailure}. Action callbacks
469 * Passed with {@link ActionListener#onFailure}.
475 * Passed with {@link ActionListener#onFailure}.
481 * Passed with {@link ActionListener#onFailure}.
488 * Passed with {@link ActionListener#onFailure}.
505 public interface ActionListener { interface in class:WifiP2pManager
697 ((ActionListener) listener).onFailure(message.arg1);
722 ((ActionListener) listene
[all...]

Completed in 71 milliseconds