Home
last modified time | relevance | path

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

12

/cts/hostsidetests/devicepolicy/app/AutofillApp/src/com/android/cts/devicepolicy/autofillapp/
DSimpleAutofillService.java32 callback.onSuccess(null); in onFillRequest()
37 callback.onSuccess(); in onSaveRequest()
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DCtsTextClassifierService.java113 callback.onSuccess(textSelection.build()); in onSuggestSelection()
121 callback.onSuccess(createTextClassification()); in onClassifyText()
142 callback.onSuccess(TextClassifier.NO_OP.generateLinks(request)); in onGenerateLinks()
150 callback.onSuccess(TextClassifier.NO_OP.detectLanguage(request)); in onDetectLanguage()
158 callback.onSuccess(TextClassifier.NO_OP.suggestConversationActions(request)); in onSuggestConversationActions()
DTextClassifierServiceSwapTest.java164 public void onSuccess(ConversationActions o) { in serviceOnSuggestConversationActions() method
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
DSavedDatasetsInfoTest.java78 (callback) -> callback.onSuccess( in testSuccess()
88 (callback) -> callback.onSuccess(Collections.emptySet())); in testSuccess_withoutValidCounts()
93 callback.onSuccess( in testSuccess_withoutValidCounts()
/cts/hostsidetests/theme/app/src/android/theme/app/
DConditionCheck.java43 ConditionCheck(Context context, Runnable onSuccess, Consumer<String> onFailure) { in ConditionCheck() argument
45 mOnSuccess = onSuccess; in ConditionCheck()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTakeScreenshotTest.java149 verify(mCallback, timeout(TIMEOUT_TAKE_SCREENSHOT_DONE_MILLIS)).onSuccess( in testTakeScreenshot_GetScreenshotResult()
158 verify(mCallback, timeout(TIMEOUT_TAKE_SCREENSHOT_DONE_MILLIS)).onSuccess( in testTakeScreenshot_RequestIntervalTime()
173 verify(mCallback, timeout(TIMEOUT_TAKE_SCREENSHOT_DONE_MILLIS)).onSuccess( in testTakeScreenshot_RequestIntervalTime()
190 verify(mCallback, timeout(TIMEOUT_TAKE_SCREENSHOT_DONE_MILLIS)).onSuccess( in testTakeScreenshotOnVirtualDisplay_GetScreenshotResult()
243 verify(mCallback, timeout(TIMEOUT_TAKE_SCREENSHOT_DONE_MILLIS)).onSuccess( in testTakeScreenshotWithSecureWindow_GetScreenshotAndVerifyBitmap()
264 verify(mCallback, timeout(TIMEOUT_TAKE_SCREENSHOT_DONE_MILLIS)).onSuccess( in testTakeScreenshotOfWindow_GetScreenshotResult()
325 verify(callback, timeout(TIMEOUT_TAKE_SCREENSHOT_DONE_MILLIS)).onSuccess( in testTakeScreenshotOfWindow_MultipleWindowsIntervalTime()
339 verify(callback, timeout(TIMEOUT_TAKE_SCREENSHOT_DONE_MILLIS)).onSuccess( in testTakeScreenshotOfWindow_MultipleWindowsIntervalTime()
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DTestCompanion.java128 void onSuccess(); in onSuccess() method
152 mObserver.onSuccess(); in handleMessage()
DMain.java107 public void onSuccess() { in onSuccess() method in Main
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DActionListenerTest.java44 public void onSuccess() { in onSuccess() method in ActionListenerTest
/cts/tests/rotationresolverservice/src/android/rotationresolverservice/cts/
DCtsTestRotationResolverService.java57 sCurrentCallback.onSuccess(code); in respondSuccess()
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccServiceTest.java239 public void onSuccess(String eid) { in testOnGetEid()
263 public void onSuccess(long availableMemoryInBytes) { in testOnGetAvailableMemoryInBytes_onSuccess()
294 public void onSuccess(long availableMemoryInBytes) { in testOnGetAvailableMemoryInBytes_onUnsupportedOperationException()
322 public void onSuccess(int status) { in testOnGetOtaStatus()
509 public void onSuccess(EuiccInfo euiccInfo) { in testOnGetEuiccInfo()
/cts/tests/attentionservice/src/android/attentionservice/cts/
DCtsTestAttentionService.java71 sCurrentAttentionCallback.onSuccess(code, 0); in respondSuccess()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInstrumentedAutoFillService.java720 callback.onSuccess(null); in onFillRequest()
738 callback.onSuccess(null); in onFillRequest()
777 callback.onSuccess(fillResponse); in onFillRequest()
786 callback.onSuccess(fillResponse); in onFillRequest()
806 callback.onSuccess(mOnSaveIntentSender); in onSaveRequest()
808 callback.onSuccess(); in onSaveRequest()
DCtsAugmentedAutofillService.java367 callback.onSuccess(null); in handleOnFillRequest()
380 callback.onSuccess(fillResponse); in handleOnFillRequest()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/types/main/java/com/android/bedstead/remoteframeworkclasses/
DAccountManagerFutureWrapper.java58 futureResultWriter.onSuccess(future.getResult()); in writeFutureResult()
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/
DTestBaseQuickAccessWalletService.java102 callback.onSuccess(response); in onWalletCardsRequested()
/cts/tests/tests/gameservice/src/android/service/games/
DGameServiceTestService.java169 public void onSuccess() {
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DCtsRecognitionService.java164 listener.onSuccess(); in onTriggerModelDownload()
DAbstractRecognitionServiceTest.java883 public void onSuccess() { in onSuccess() method in AbstractRecognitionServiceTest.ModelDownloadCallbackLogger
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DTestHelper.java464 public void onSuccess() { in onSuccess() method in TestHelper.TestActionListener
DConcurrencyTest.java221 public void onSuccess() {
DWifiManagerTest.java3400 public void onSuccess() { in onSuccess() method in WifiManagerTest.TestActionListener
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java2607 public void onSuccess(GetPropertyResult getPropertyResult) { in onSuccess() method in VehiclePropertyVerifier.TestGetPropertyCallback
2661 public void onSuccess(SetPropertyResult setPropertyResult) { in onSuccess() method in VehiclePropertyVerifier.TestSetPropertyCallback
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java8096 private void onSuccess(boolean forGet, int requestId, int propId, int areaId,
8127 public void onSuccess(@NonNull GetPropertyResult<?> gotPropertyResult) {
8128 onSuccess(true, gotPropertyResult.getRequestId(), gotPropertyResult.getPropertyId(),
8133 public void onSuccess(@NonNull SetPropertyResult setPropertyResult) {
8134 onSuccess(false, setPropertyResult.getRequestId(), setPropertyResult.getPropertyId(),
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dwifi-current.txt1453 method public void onSuccess();

12