Home
last modified time | relevance | path

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

1234

/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
DGeneralHprofDumpHandler.java56 public void onSuccess(String arg0, Client arg1) { in onSuccess() method in GeneralHprofDumpHandler
59 h.onSuccess(arg0, arg1); in onSuccess()
64 public void onSuccess(byte[] arg0, Client arg1) { in onSuccess() method in GeneralHprofDumpHandler
67 h.onSuccess(arg0, arg1); in onSuccess()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DDppManagerTest.java156 verify(mDppCallback, never()).onSuccess(anyInt()); in testStartDppAsConfiguratorInitiatorWithBadNetworkId()
184 verify(mDppCallback, never()).onSuccess(anyInt()); in testStartDppAsConfiguratorInitiatorFailAddPeer()
201 verify(mDppCallback, never()).onSuccess(anyInt()); in testStartDppAsEnrolleeInitiatorFailAddPeer()
230 verify(mDppCallback, never()).onSuccess(anyInt()); in testStartDppAsConfiguratorInitiatorFailStart()
246 verify(mDppCallback, never()).onSuccess(anyInt()); in testStartDppAsEnrolleeInitiatorFailStart()
270 verify(mDppCallback, never()).onSuccess(anyInt()); in testStartDppAsConfiguratorInitiatorStartCorrectlyWpa2Psk()
295 verify(mDppCallback, never()).onSuccess(anyInt()); in testStartDppAsConfiguratorInitiatorStartCorrectlyWpa3Sae()
319 verify(mDppCallback, never()).onSuccess(anyInt()); in testStartDppAsConfiguratorInitiatorFailOpenNetwork()
342 verify(mDppCallback, never()).onSuccess(anyInt()); in testStartDppAsConfiguratorInitiatorFailEapNetwork()
354 verify(mDppCallback, never()).onSuccess(anyInt()); in testStartDppAsEnrolleeInitiatorStartCorrectly()
[all …]
/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()
DFillCallback.java61 public void onSuccess(@Nullable FillResponse response) { in onSuccess() method in FillCallback
70 mCallback.onSuccess(response); in onSuccess()
DISaveCallback.aidl27 void onSuccess(in IntentSender intentSender); in onSuccess() method
DIFillCallback.aidl30 void onSuccess(in FillResponse response); in onSuccess() method
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java220 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_ABSENT, in testCallbackOnSuccess_ignoresIfNoAttention()
228 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_callsCallback()
239 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_doesNotCallNonCurrentCallback()
250 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_callsCallbackAfterOldCallbackCame()
253 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_callsCallbackAfterOldCallbackCame()
265 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_DoesNotGoIntoInfiniteLoop()
273 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnSuccess_DoesNotGoIntoInfiniteLoop()
284 mAttentionDetector.mCallback.onSuccess(AttentionService.ATTENTION_SUCCESS_PRESENT, in testCallbackOnFailure_unregistersCurrentRequestCode()
/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()
DISnapshotRuntimeProfileCallback.aidl27 void onSuccess(in ParcelFileDescriptor profileReadFd); in onSuccess() method
/frameworks/base/core/java/android/service/textclassifier/
DTextClassifierService.java273 callback.onSuccess(getLocalTextClassifier().detectLanguage(request))); in onDetectLanguage()
291 callback.onSuccess(getLocalTextClassifier().suggestConversationActions(request))); in onSuggestConversationActions()
385 void onSuccess(T result); in onSuccess() method
442 public void onSuccess(T result) { in onSuccess() method in TextClassifierService.ProxyCallback
450 callback.onSuccess(bundle); in onSuccess()
DITextClassifierCallback.aidl27 void onSuccess(in Bundle result); in onSuccess() method
/frameworks/base/core/java/android/service/attention/
DAttentionService.java160 public void onSuccess(@AttentionSuccessCodes int result, long timestamp) { in onSuccess() method in AttentionService.AttentionCallback
162 mCallback.onSuccess(result, timestamp); in onSuccess()
DIAttentionCallback.aidl25 void onSuccess(int result, long timestamp); in onSuccess() method
/frameworks/base/core/java/android/service/euicc/
DIGetOtaStatusCallback.aidl21 void onSuccess(int status); in onSuccess() method
DIGetEidCallback.aidl22 void onSuccess(String eid); in onSuccess() method
DIGetEuiccInfoCallback.aidl24 void onSuccess(in EuiccInfo euiccInfo); in onSuccess() method
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DOpenDocumentCallback.java29 public void onSuccess(); in onSuccess() method
/frameworks/base/core/java/android/app/backup/
DISelectBackupTransportCallback.aidl33 void onSuccess(String transportName); in onSuccess() method
DSelectBackupTransportCallback.java36 public void onSuccess(String transportName){} in onSuccess() method in SelectBackupTransportCallback
/frameworks/base/wifi/java/android/net/wifi/
DIDppCallback.aidl36 void onSuccess(int status); in onSuccess() method
/frameworks/base/core/java/android/service/autofill/augmented/
DIFillCallback.aidl28 void onSuccess(); in onSuccess() method
/frameworks/base/core/java/android/companion/
DIFindDeviceCallback.aidl24 void onSuccess(in PendingIntent launcher); in onSuccess() method
/frameworks/base/core/java/android/attention/
DAttentionManagerInternal.java58 public abstract void onSuccess(int result, long timestamp); in onSuccess() method in AttentionManagerInternal.AttentionCallbackInternal
/frameworks/base/core/java/android/speech/tts/
DITextToSpeechCallback.aidl36 void onSuccess(String utteranceId); in onSuccess() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccConnectorTest.java211 callback.onSuccess("ABCDE"); in testCommandDispatch_success()
305 callbackCaptor.getValue().onSuccess("ABCDE"); in testLinger()
337 callbackCaptor.getAllValues().get(0).onSuccess("ABCDE"); in testLinger_twoCommands()
345 callbackCaptor.getAllValues().get(1).onSuccess("ABCDE"); in testLinger_twoCommands()

1234