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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DOpenDocumentCallback.java29 public void onSuccess(); method in interface:OpenDocumentCallback
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DGeneralHprofDumpHandler.java56 public void onSuccess(String arg0, Client arg1) { method in class:GeneralHprofDumpHandler
59 h.onSuccess(arg0, arg1);
64 public void onSuccess(byte[] arg0, Client arg1) { method in class:GeneralHprofDumpHandler
67 h.onSuccess(arg0, arg1);
H A DHprof.java166 public void onSuccess(String arg0, Client arg1) { method in class:Hprof.GetHprof
167 System.out.println("GetHprof.onSuccess");
182 public void onSuccess(byte[] arg0, Client arg1) { method in class:Hprof.GetHprof
183 System.out.println("GetHprof.onSuccess");
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java200 * @return the wall clock time when {@link #onSuccess()} was last called.
209 * @return the wall clock time when {@link #onSuccess()} or {@link
301 public void onSuccess() { method in class:OperationScheduler
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConnectivityManager.java250 public void onSuccess() { method in class:WifiConnectivityManager.PeriodicScanListener
251 localLog("PeriodicScanListener onSuccess");
310 public void onSuccess() { method in class:WifiConnectivityManager.AllSingleScanListener
311 localLog("registerScanListener onSuccess");
393 public void onSuccess() { method in class:WifiConnectivityManager.SingleScanListener
394 localLog("SingleScanListener onSuccess");
454 public void onSuccess() { method in class:WifiConnectivityManager.PnoScanListener
455 localLog("PnoScanListener onSuccess");
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java844 public void onSuccess(RttResult[] results); method in interface:RttManager.RttListener
1287 ((RttListener) listener).onSuccess(parcelableResults.mResults);
H A DWifiScanner.java93 public void onSuccess(); method in interface:WifiScanner.ActionListener
677 * Either the onSuccess/onFailure will be called once when the listener is registered. After
678 * (assuming onSuccess was called) all subsequent single scan results will be delivered to the
1381 ((ActionListener) listener).onSuccess();
H A DWifiManager.java1839 public void onSuccess(); method in interface:WifiManager.ActionListener
1872 public void onSuccess(int count); method in interface:WifiManager.TxPacketCountListener
1935 ((ActionListener) listener).onSuccess();
1972 ((TxPacketCountListener) listener).onSuccess(info.txgood + info.txbad);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java57 * {@link ActionListener#onSuccess} or {@link ActionListener#onFailure}. Action callbacks
523 public void onSuccess(); method in interface:WifiP2pManager.ActionListener
748 ((ActionListener) listener).onSuccess();
917 * discovery through listener callbacks {@link ActionListener#onSuccess} or
940 * stop through listener callbacks {@link ActionListener#onSuccess} or
956 * connect through listener callbacks {@link ActionListener#onSuccess} or
984 * cancellation through listener callbacks {@link ActionListener#onSuccess} or
1006 * group creation through listener callbacks {@link ActionListener#onSuccess} or
1025 * group removal through listener callbacks {@link ActionListener#onSuccess} or
1059 * {@link ActionListener#onSuccess} o
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 421 milliseconds