Searched defs:onSuccess (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java172 * @return the wall clock time when {@link #onSuccess()} was last called.
181 * @return the wall clock time when {@link #onSuccess()} or {@link
273 public void onSuccess() { method in class:OperationScheduler
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1209 public void onSuccess(); method in interface:WifiManager.ActionListener
1240 public void onSuccess(int count); method in interface:WifiManager.TxPacketCountListener
1296 ((ActionListener) listener).onSuccess();
1323 ((TxPacketCountListener) listener).onSuccess(info.txgood + info.txbad);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java61 * {@link ActionListener#onSuccess} or {@link ActionListener#onFailure}. Action callbacks
524 public void onSuccess(); method in interface:WifiP2pManager.ActionListener
775 ((ActionListener) listener).onSuccess();
946 * discovery through listener callbacks {@link ActionListener#onSuccess} or
969 * stop through listener callbacks {@link ActionListener#onSuccess} or
985 * connect through listener callbacks {@link ActionListener#onSuccess} or
1012 * cancellation through listener callbacks {@link ActionListener#onSuccess} or
1034 * group creation through listener callbacks {@link ActionListener#onSuccess} or
1053 * group removal through listener callbacks {@link ActionListener#onSuccess} or
1070 * add service through listener callbacks {@link ActionListener#onSuccess} o
[all...]

Completed in 683 milliseconds