Home
last modified time | relevance | path

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

12345

/aosp14/frameworks/base/core/java/android/service/autofill/
H A 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()
H A DFillCallback.java61 public void onSuccess(@Nullable FillResponse response) { in onSuccess() method in FillCallback
70 mCallback.onSuccess(response); in onSuccess()
H A DISaveCallback.aidl27 void onSuccess(in IntentSender intentSender); in onSuccess() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DAttentionDetectorTest.java235 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_ABSENT, in testCallbackOnSuccess_ignoresIfNoAttention()
243 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_callsCallback()
254 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_doesNotCallNonCurrentCallback()
265 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_callsCallbackAfterOldCallbackCame()
268 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_callsCallbackAfterOldCallbackCame()
280 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_DoesNotGoIntoInfiniteLoop()
288 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_DoesNotGoIntoInfiniteLoop()
299 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnFailure_unregistersCurrentRequestCode()
/aosp14/frameworks/base/core/java/android/content/pm/dex/
H A 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()
/aosp14/frameworks/base/core/java/android/service/rotationresolver/
H A DRotationResolverService.java160 internalCallback.onSuccess(result);
209 void onSuccess(@Surface.Rotation int result);
246 public void onSuccess(int result) {
H A DIRotationResolverCallback.aidl28 void onSuccess(int recommendedRotation); in onSuccess() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A 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()
/aosp14/frameworks/base/core/java/android/service/textclassifier/
H A 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()
/aosp14/frameworks/base/core/java/android/service/credentials/
H A DCredentialProviderService.java255 callback.onSuccess(result);
294 callback.onSuccess(result);
332 callback.onSuccess();
/aosp14/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
H A DRemoteProvisioningRegistrationTest.java109 verify(callback).onSuccess(matches(expectedKey)); in getKeySuccess()
203 verify(callback, times(1)).onSuccess(any()); in getKeyRejectsDuplicateCallback()
220 verify(callback).onSuccess(any()); in getKeyCancelAfterCompleteFails()
254 verify(callback).onSuccess(); in storeUpgradedKeySuccess()
307 verify(callback).onSuccess(); in storeUpgradedKeyDuplicateCallback()
/aosp14/frameworks/base/telephony/java/android/service/euicc/
H A DIGetOtaStatusCallback.aidl21 void onSuccess(int status); in onSuccess() method
H A DIGetEidCallback.aidl22 void onSuccess(String eid); in onSuccess() method
/aosp14/frameworks/base/core/java/android/hardware/camera2/extension/
H A DIInitializeSessionCallback.aidl21 void onSuccess(); in onSuccess() method
/aosp14/frameworks/base/core/java/android/service/attention/
H A DAttentionService.java198 public void onSuccess(@AttentionSuccessCodes int result, long timestamp) { in onSuccess() method in AttentionService.AttentionCallback
200 mCallback.onSuccess(result, timestamp); in onSuccess()
H A DIAttentionCallback.aidl25 void onSuccess(int result, long timestamp); in onSuccess() method
/aosp14/frameworks/base/core/java/android/security/rkp/
H A DIStoreUpgradedKeyCallback.aidl30 void onSuccess(); in onSuccess() method
/aosp14/frameworks/base/core/java/android/app/backup/
H A DISelectBackupTransportCallback.aidl33 void onSuccess(String transportName); in onSuccess() method
H A DSelectBackupTransportCallback.java36 public void onSuccess(String transportName){} in onSuccess() method in SelectBackupTransportCallback
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DOpenDocumentCallback.java29 public void onSuccess(); in onSuccess() method
/aosp14/frameworks/base/core/java/android/credentials/
H A DIClearCredentialStateCallback.aidl25 oneway void onSuccess(); in onSuccess() method
/aosp14/frameworks/base/core/java/android/speech/
H A DModelDownloadListener.java42 void onSuccess(); in onSuccess() method
H A DIModelDownloadListener.aidl35 void onSuccess(); in onSuccess() method
H A DIRecognitionServiceManagerCallback.aidl27 void onSuccess(in IRecognitionService service); in onSuccess() method
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DGetWalletCardsCallback.java35 void onSuccess(@NonNull GetWalletCardsResponse response); in onSuccess() method

12345