/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/ |
D | GeneralHprofDumpHandler.java | 56 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/ |
D | DppManagerTest.java | 156 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/ |
D | SaveCallback.java | 52 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()
|
D | FillCallback.java | 61 public void onSuccess(@Nullable FillResponse response) { in onSuccess() method in FillCallback 70 mCallback.onSuccess(response); in onSuccess()
|
D | ISaveCallback.aidl | 27 void onSuccess(in IntentSender intentSender); in onSuccess() method
|
D | IFillCallback.aidl | 30 void onSuccess(in FillResponse response); in onSuccess() method
|
/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
D | AttentionDetectorTest.java | 220 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/ |
D | ArtManager.java | 150 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()
|
D | ISnapshotRuntimeProfileCallback.aidl | 27 void onSuccess(in ParcelFileDescriptor profileReadFd); in onSuccess() method
|
/frameworks/base/core/java/android/service/textclassifier/ |
D | TextClassifierService.java | 273 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()
|
D | ITextClassifierCallback.aidl | 27 void onSuccess(in Bundle result); in onSuccess() method
|
/frameworks/base/core/java/android/service/attention/ |
D | AttentionService.java | 160 public void onSuccess(@AttentionSuccessCodes int result, long timestamp) { in onSuccess() method in AttentionService.AttentionCallback 162 mCallback.onSuccess(result, timestamp); in onSuccess()
|
D | IAttentionCallback.aidl | 25 void onSuccess(int result, long timestamp); in onSuccess() method
|
/frameworks/base/core/java/android/service/euicc/ |
D | IGetOtaStatusCallback.aidl | 21 void onSuccess(int status); in onSuccess() method
|
D | IGetEidCallback.aidl | 22 void onSuccess(String eid); in onSuccess() method
|
D | IGetEuiccInfoCallback.aidl | 24 void onSuccess(in EuiccInfo euiccInfo); in onSuccess() method
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | OpenDocumentCallback.java | 29 public void onSuccess(); in onSuccess() method
|
/frameworks/base/core/java/android/app/backup/ |
D | ISelectBackupTransportCallback.aidl | 33 void onSuccess(String transportName); in onSuccess() method
|
D | SelectBackupTransportCallback.java | 36 public void onSuccess(String transportName){} in onSuccess() method in SelectBackupTransportCallback
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IDppCallback.aidl | 36 void onSuccess(int status); in onSuccess() method
|
/frameworks/base/core/java/android/service/autofill/augmented/ |
D | IFillCallback.aidl | 28 void onSuccess(); in onSuccess() method
|
/frameworks/base/core/java/android/companion/ |
D | IFindDeviceCallback.aidl | 24 void onSuccess(in PendingIntent launcher); in onSuccess() method
|
/frameworks/base/core/java/android/attention/ |
D | AttentionManagerInternal.java | 58 public abstract void onSuccess(int result, long timestamp); in onSuccess() method in AttentionManagerInternal.AttentionCallbackInternal
|
/frameworks/base/core/java/android/speech/tts/ |
D | ITextToSpeechCallback.aidl | 36 void onSuccess(String utteranceId); in onSuccess() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccConnectorTest.java | 211 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()
|