Home
last modified time | relevance | path

Searched refs:onSuccess (Results 1 – 25 of 143) sorted by relevance

123456

/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/
DInitializerImpl.java64 sExecutor.execute(callback::onSuccess); in init()
66 executor.execute(callback::onSuccess); in init()
84 sExecutor.execute(callback::onSuccess); in deinit()
86 executor.execute(callback::onSuccess); in deinit()
96 void onSuccess(); in onSuccess() method
116 void onSuccess(); in onSuccess() method
/frameworks/ex/camera2/extensions/sample/src/java/androidx/camera/extensions/impl/
DInitializerImpl.java64 sExecutor.execute(callback::onSuccess); in init()
66 executor.execute(callback::onSuccess); in init()
84 sExecutor.execute(callback::onSuccess); in deinit()
86 executor.execute(callback::onSuccess); in deinit()
96 void onSuccess(); in onSuccess() method
116 void onSuccess(); in onSuccess() method
/frameworks/base/core/java/android/service/autofill/
DSaveCallback.java52 public void onSuccess() { in onSuccess() method in SaveCallback
72 public void onSuccess(@NonNull IntentSender intentSender) { in onSuccess() method in SaveCallback
80 mCallback.onSuccess(intentSender); in onSuccessInternal()
DConvertCredentialCallback.java45 public void onSuccess(@NonNull ConvertCredentialResponse convertCredentialResponse) { in onSuccess() method in ConvertCredentialCallback
47 mCallback.onSuccess(convertCredentialResponse); in onSuccess()
DFillCallback.java61 public void onSuccess(@Nullable FillResponse response) { in onSuccess() method in FillCallback
70 mCallback.onSuccess(response); in onSuccess()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteFillService.java179 public void onSuccess(FillResponse response) throws RemoteException { in onSuccess() method in RemoteFillService.IFillCallbackDelegate
182 callback.onSuccess(response); in onSuccess()
204 public void onSuccess(IntentSender intentSender) throws RemoteException { in onSuccess() method in RemoteFillService.ISaveCallbackDelegate
207 callback.onSuccess(intentSender); in onSuccess()
229 public void onSuccess(ConvertCredentialResponse convertCredentialResponse) in onSuccess() method in RemoteFillService.IConvertCredentialCallbackDelegate
233 callback.onSuccess(convertCredentialResponse); in onSuccess()
310 public void onSuccess(FillResponse response) { in onFillCredentialRequest()
383 public void onSuccess(FillResponse response) { in onFillRequest()
441 public void onSuccess(ConvertCredentialResponse in onConvertCredentialRequest()
479 public void onSuccess(IntentSender intentSender) { in onSaveRequest()
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/
DInitializerImpl.java79 void onSuccess(); in onSuccess() method
100 void onSuccess(); in onSuccess() method
/frameworks/base/services/core/java/com/android/server/ondeviceintelligence/
DBundleUtil.java205 public void onSuccess(Bundle resultBundle) in wrapWithValidation() method
209 streamingResponseCallback.onSuccess(resultBundle); in wrapWithValidation()
255 public void onSuccess(Bundle resultBundle)
259 responseCallback.onSuccess(resultBundle);
304 public void onSuccess(TokenInfo tokenInfo) throws RemoteException {
305 responseCallback.onSuccess(tokenInfo);
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java236 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_ABSENT, in testCallbackOnSuccess_ignoresIfNoAttention()
244 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_callsCallback()
255 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_doesNotCallNonCurrentCallback()
266 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_callsCallbackAfterOldCallbackCame()
269 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_callsCallbackAfterOldCallbackCame()
281 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_DoesNotGoIntoInfiniteLoop()
289 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_DoesNotGoIntoInfiniteLoop()
300 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnFailure_unregistersCurrentRequestCode()
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/
DInitializerImpl.java81 void onSuccess(); in onSuccess() method
102 void onSuccess(); in onSuccess() method
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/serviceforward/
DServiceManager.java71 public void onSuccess() throws RemoteException { in init()
74 callback.onSuccess(); in init()
158 public void onSuccess() throws RemoteException { in deinit()
160 callback.onSuccess(); in deinit()
/frameworks/base/core/java/android/content/pm/dex/
DArtManager.java150 public abstract void onSuccess(ParcelFileDescriptor profileReadFd); in onSuccess() method in ArtManager.SnapshotRuntimeProfileCallback
173 public void onSuccess(final ParcelFileDescriptor profileReadFd) { in onSuccess() method in ArtManager.SnapshotRuntimeProfileCallbackDelegate
174 mExecutor.execute(() -> mCallback.onSuccess(profileReadFd)); in onSuccess()
/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/
DExtensionsService.java56 callback.onSuccess(); in initialize()
63 callback.onSuccess(); in deInitialize()
/frameworks/base/core/java/android/service/rotationresolver/
DRotationResolverService.java160 internalCallback.onSuccess(result);
209 void onSuccess(@Surface.Rotation int result);
246 public void onSuccess(int result) {
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowOrientationListenerTest.java99 callback1.onSuccess(Surface.ROTATION_180); in testOnSensorChanged_callbackNotTheLatest_IgnoreResult()
102 callback2.onSuccess(Surface.ROTATION_270); in testOnSensorChanged_callbackNotTheLatest_IgnoreResult()
171 mCallback.onSuccess(result); in callbackWithSuccessResult()
/frameworks/base/core/java/android/service/textclassifier/
DTextClassifierService.java311 callback.onSuccess(getLocalTextClassifier().detectLanguage(request))); in onDetectLanguage()
329 callback.onSuccess(getLocalTextClassifier().suggestConversationActions(request))); in onSuggestConversationActions()
438 void onSuccess(T result); in onSuccess() method
493 public void onSuccess(T result) { in onSuccess() method in TextClassifierService.ProxyCallback
497 mTextClassifierCallback.onSuccess(bundle); in onSuccess()
/frameworks/base/core/java/android/app/ondeviceintelligence/
DOnDeviceIntelligenceManager.java151 public void onSuccess(Feature result) { in getFeature()
185 public void onSuccess(List<Feature> result) { in listFeatures()
223 public void onSuccess(FeatureDetails result) { in getFeatureDetails()
325 public void onSuccess(TokenInfo tokenInfo) { in requestTokenInfo()
377 public void onSuccess(@InferenceParams Bundle result) { in processRequest()
455 public void onSuccess(@InferenceParams Bundle result) { in processRequestStreaming()
/frameworks/base/core/java/android/service/credentials/
DCredentialProviderService.java267 callback.onSuccess(result);
306 callback.onSuccess(result);
344 callback.onSuccess();
/frameworks/base/core/java/android/hardware/camera2/extension/
DIInitializeSessionCallback.aidl21 void onSuccess(); in onSuccess() method
/frameworks/base/telephony/java/android/service/euicc/
DIGetOtaStatusCallback.aidl21 void onSuccess(int status); in onSuccess() method
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/
DIOnExtensionsInitializedCallback.aidl20 void onSuccess(); in onSuccess() method
DIOnExtensionsDeinitializedCallback.aidl20 void onSuccess(); in onSuccess() method
/frameworks/base/core/java/android/security/rkp/
DIStoreUpgradedKeyCallback.aidl30 void onSuccess(); in onSuccess() method
/frameworks/base/core/java/android/service/attention/
DIAttentionCallback.aidl25 void onSuccess(int result, long timestamp); in onSuccess() method
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DOpenDocumentCallback.java29 public void onSuccess(); in onSuccess() method

123456