/cts/hostsidetests/devicepolicy/app/AutofillApp/src/com/android/cts/devicepolicy/autofillapp/ |
D | SimpleAutofillService.java | 32 callback.onSuccess(null); in onFillRequest() 37 callback.onSuccess(); in onSaveRequest()
|
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/ |
D | CtsTextClassifierService.java | 113 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()
|
D | TextClassifierServiceSwapTest.java | 164 public void onSuccess(ConversationActions o) { in serviceOnSuggestConversationActions() method
|
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/ |
D | SavedDatasetsInfoTest.java | 78 (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/ |
D | ConditionCheck.java | 43 ConditionCheck(Context context, Runnable onSuccess, Consumer<String> onFailure) { in ConditionCheck() argument 45 mOnSuccess = onSuccess; in ConditionCheck()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityTakeScreenshotTest.java | 149 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/ |
D | TestCompanion.java | 128 void onSuccess(); in onSuccess() method 152 mObserver.onSuccess(); in handleMessage()
|
D | Main.java | 107 public void onSuccess() { in onSuccess() method in Main
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | ActionListenerTest.java | 44 public void onSuccess() { in onSuccess() method in ActionListenerTest
|
/cts/tests/rotationresolverservice/src/android/rotationresolverservice/cts/ |
D | CtsTestRotationResolverService.java | 57 sCurrentCallback.onSuccess(code); in respondSuccess()
|
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/ |
D | EuiccServiceTest.java | 239 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/ |
D | CtsTestAttentionService.java | 71 sCurrentAttentionCallback.onSuccess(code, 0); in respondSuccess()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | InstrumentedAutoFillService.java | 720 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()
|
D | CtsAugmentedAutofillService.java | 367 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/ |
D | AccountManagerFutureWrapper.java | 58 futureResultWriter.onSuccess(future.getResult()); in writeFutureResult()
|
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/ |
D | TestBaseQuickAccessWalletService.java | 102 callback.onSuccess(response); in onWalletCardsRequested()
|
/cts/tests/tests/gameservice/src/android/service/games/ |
D | GameServiceTestService.java | 169 public void onSuccess() {
|
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/ |
D | CtsRecognitionService.java | 164 listener.onSuccess(); in onTriggerModelDownload()
|
D | AbstractRecognitionServiceTest.java | 883 public void onSuccess() { in onSuccess() method in AbstractRecognitionServiceTest.ModelDownloadCallbackLogger
|
/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
D | TestHelper.java | 464 public void onSuccess() { in onSuccess() method in TestHelper.TestActionListener
|
D | ConcurrencyTest.java | 221 public void onSuccess() {
|
D | WifiManagerTest.java | 3400 public void onSuccess() { in onSuccess() method in WifiManagerTest.TestActionListener
|
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
D | VehiclePropertyVerifier.java | 2607 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/ |
D | CarPropertyManagerTest.java | 8096 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/ |
D | wifi-current.txt | 1453 method public void onSuccess();
|