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

/frameworks/base/core/java/android/app/backup/
H A DSelectBackupTransportCallback.java36 public void onSuccess(String transportName){} method in class:SelectBackupTransportCallback
H A DBackupManager.java881 public void onSuccess(final String transportName) { method in class:BackupManager.SelectTransportListenerWrapper
885 mListener.onSuccess(transportName);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DOpenDocumentCallback.java29 public void onSuccess(); method in interface:OpenDocumentCallback
/frameworks/base/core/java/android/service/autofill/
H A DFillCallback.java47 public void onSuccess(@Nullable FillResponse response) { method in class:FillCallback
56 mCallback.onSuccess(response);
H A DSaveCallback.java45 public void onSuccess() { method in class:SaveCallback
62 public void onSuccess(@NonNull IntentSender intentSender) { method in class:SaveCallback
70 mCallback.onSuccess(intentSender);
83 * the {@link SaveRequest} and call {@link #onSuccess()} instead.
86 * you prefer to show your own message, call {@link #onSuccess()} or
87 * {@link #onSuccess(IntentSender)} instead.
/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");
185 public void onSuccess(byte[] arg0, Client arg1) { method in class:Hprof.GetHprof
186 System.out.println("GetHprof.onSuccess");
/frameworks/base/core/java/android/content/pm/dex/
H A DArtManager.java150 public abstract void onSuccess(ParcelFileDescriptor profileReadFd); method in class:ArtManager.SnapshotRuntimeProfileCallback
173 public void onSuccess(final ParcelFileDescriptor profileReadFd) { method in class:ArtManager.SnapshotRuntimeProfileCallbackDelegate
174 mExecutor.execute(() -> mCallback.onSuccess(profileReadFd));
/frameworks/base/core/java/android/service/textclassifier/
H A DTextClassifierService.java105 public void onSuccess(TextSelection result) {
107 callback.onSuccess(result);
139 public void onSuccess(TextClassification result) {
141 callback.onSuccess(result);
171 public void onSuccess(TextLinks result) {
173 callback.onSuccess(result);
381 void onSuccess(T result); method in interface:TextClassifierService.Callback
/frameworks/base/core/java/android/view/textclassifier/
H A DSystemTextClassifier.java187 public void onSuccess(TextSelection selection) { method in class:SystemTextClassifier.TextSelectionCallback
188 mReceiver.onSuccess(selection);
202 public void onSuccess(TextClassification classification) { method in class:SystemTextClassifier.TextClassificationCallback
203 mReceiver.onSuccess(classification);
217 public void onSuccess(TextLinks links) { method in class:SystemTextClassifier.TextLinksCallback
218 mReceiver.onSuccess(links);
233 public void onSuccess(T response) { method in class:SystemTextClassifier.ResponseReceiver
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java197 * @return the wall clock time when {@link #onSuccess()} was last called.
206 * @return the wall clock time when {@link #onSuccess()} or {@link
298 public void onSuccess() { method in class:OperationScheduler
/frameworks/base/core/java/android/companion/
H A DCompanionDeviceManager.java285 public void onSuccess(PendingIntent launcher) { method in class:CompanionDeviceManager.CallbackProxy
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DScanRequestProxy.java104 public void onSuccess() { method in class:ScanRequestProxy.ScanRequestProxyScanListener
H A DWifiConnectivityManager.java308 public void onSuccess() { method in class:WifiConnectivityManager.AllSingleScanListener
405 public void onSuccess() { method in class:WifiConnectivityManager.SingleScanListener
461 public void onSuccess() { method in class:WifiConnectivityManager.PnoScanListener
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java1396 public void onSuccess(ParcelFileDescriptor profileReadFd) { method in class:PackageManagerShellCommand.SnapshotRuntimeProfileCallback
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java926 public void onSuccess(RttResult[] results); method in interface:RttManager.RttListener
1008 listener.onSuccess(legacyResults);
H A DWifiScanner.java95 public void onSuccess(); method in interface:WifiScanner.ActionListener
725 * Either the onSuccess/onFailure will be called once when the listener is registered. After
726 * (assuming onSuccess was called) all subsequent single scan results will be delivered to the
1362 ((ActionListener) listener).onSuccess();
H A DWifiManager.java2353 public void onSuccess(); method in interface:WifiManager.ActionListener
2398 public void onSuccess(int count); method in interface:WifiManager.TxPacketCountListener
2877 ((ActionListener) listener).onSuccess();
2884 ((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
532 public void onSuccess(); method in interface:WifiP2pManager.ActionListener
801 ((ActionListener) listener).onSuccess();
975 * discovery through listener callbacks {@link ActionListener#onSuccess} or
998 * stop through listener callbacks {@link ActionListener#onSuccess} or
1014 * connect through listener callbacks {@link ActionListener#onSuccess} or
1042 * cancellation through listener callbacks {@link ActionListener#onSuccess} or
1064 * group creation through listener callbacks {@link ActionListener#onSuccess} or
1083 * group removal through listener callbacks {@link ActionListener#onSuccess} or
1117 * {@link ActionListener#onSuccess} o
[all...]
/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 3713 milliseconds