Home
last modified time | relevance | path

Searched refs:onComplete (Results 1 – 8 of 8) 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/uirendering/src/android/uirendering/cts/util/
DWebViewReadyHelper.java37 public void onComplete(long requestId) {
/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.cpp315 static void onComplete(void* context, ASurfaceTransactionStats* stats) { in onComplete() function
365 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.java570 public void onComplete(long requestId) {
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java213 public void onComplete() { in onComplete() method in NetworkScanApiTest.NetworkScanCallbackImpl
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2439 public void onComplete(long requestId) { in testVisualStateCallbackCalled()