Home
last modified time | relevance | path

Searched refs:onComplete (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccServiceTest.java248 public void onComplete(GetDownloadableSubscriptionMetadataResult result) { in testOnGetDownloadableSubscriptionMetadata()
295 public void onComplete(GetDefaultDownloadableSubscriptionListResult result) { in testOnGetDefaultDownloadableSubscriptionList()
326 public void onComplete(DownloadSubscriptionResult result) { in testOnDownloadSubscription()
350 public void onComplete(GetEuiccProfileInfoListResult result) { in testOnGetEuiccProfileInfoList()
399 public void onComplete(int result) { in testOnDeleteSubscription()
423 public void onComplete(int result) { in testOnSwitchToSubscription()
447 public void onComplete(int result) { in testOnUpdateSubscriptionNickname()
469 public void onComplete(int result) { in testOnEraseSubscriptions()
491 public void onComplete(int result) { in testOnRetainSubscriptionsForFactoryReset()
511 public void onComplete(String logs) { in testDump()
/cts/tests/tests/view/src/android/view/cts/
DMockScrollCaptureCallback.java55 @NonNull Consumer<Rect> onComplete) { in onScrollCaptureImageRequest() argument
56 mImageOnComplete = onComplete; in onScrollCaptureImageRequest()
DViewGroup_ScrollCaptureTest.java455 Consumer<Rect> onComplete) { in onScrollCaptureImageRequest() argument
/cts/tests/controls/src/android/controls/cts/
DCtsControlsPublisher.java52 subscriber.onComplete(); in subscribe�()
DCtsControlsServiceTest.java350 public void onComplete() { in subscribe()
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DWebViewReadyHelper.java37 public void onComplete(long requestId) {
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DRcsUceAdapterTest.java438 public void onComplete() { in testMethodPermissions()
519 public void onComplete() { in testCapabilitiesRequestAllowed()
646 public void onComplete() { in testCapabilitiesRequestWithCmdError()
728 public void onComplete() { in testCapabilitiesRequestWithResponseError()
943 public void onComplete() { in testRequestCapabilitiesWithPresenceMechanism()
1100 public void onComplete() { in testRequestCapabilitiesFromCacheWithPresenceMechanism()
1227 public void onComplete() { in testIndividualRequestCapabilities()
1384 public void onComplete() { in testRequestCapabilitiesWithOptionsMechanism()
1508 public void onComplete() { in testRequestCapabilitiesFromCacheWithOptionsMechanism()
1649 public void onComplete() { in testIndividualRequestCapabilitiesWithOptionsMechanism()
[all …]
DEabControllerTest.java104 public void onComplete() {
DImsServiceTest.java1970 public void onComplete() { in testRcsPublishWithAuthorizedErrorResponse()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DMultiNetworkConnectivityTestActivity.java284 callback.onComplete(/* isSuccess = */ true); in requestUserEnableWifiAsync()
296 (a, b) -> callback.onComplete(/* isSuccess = */ false)) in requestUserEnableWifiAsync()
308 callback.onComplete(/* isSuccess = */ false); in toggleWifiAsync()
1043 void onComplete(boolean isSuccess); in onComplete() method
/cts/tests/tests/view/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp378 static void onComplete(void* context, ASurfaceTransactionStats* stats) { in onComplete() function
428 reinterpret_cast<void*>(context), onComplete); in SurfaceTransaction_setOnComplete()
/cts/tests/tests/text/src/android/text/cts/
DEmojiTest.java314 public void onComplete(long requestId) { in capture()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java568 public void onComplete(long requestId) {
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java225 public void onComplete() { in onComplete() method in NetworkScanApiTest.NetworkScanCallbackImpl
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2434 public void onComplete(long requestId) { in testVisualStateCallbackCalled()