Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java447 prepareGetDownloadableSubscriptionMetadataCall(false /* complete */, null /* result */); in testDownloadSubscription_noPrivileges_getMetadata_serviceUnavailable()
462 prepareGetDownloadableSubscriptionMetadataCall(true /* complete */, result); in testDownloadSubscription_noPrivileges_getMetadata_error()
478 prepareGetDownloadableSubscriptionMetadataCall(true /* complete */, result); in testDownloadSubscription_noPrivileges_getMetadata_mustDeactivateSim()
495 prepareGetDownloadableSubscriptionMetadataCall(true /* complete */, result); in testDownloadSubscription_noPrivileges_hasCarrierPrivileges()
511 prepareGetDownloadableSubscriptionMetadataCall(true /* complete */, result); in testDownloadSubscription_noPrivileges_hasCarrierPrivileges_needsConsent()
529 prepareGetDownloadableSubscriptionMetadataCall(true /* complete */, result); in testDownloadSubscription_noPrivileges_noCarrierPrivileges()
924 private void prepareGetDownloadableSubscriptionMetadataCall( in prepareGetDownloadableSubscriptionMetadataCall() method in EuiccControllerTest
942 prepareGetDownloadableSubscriptionMetadataCall(complete, result); in callGetDownloadableSubscriptionMetadata()