Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java429 callGetDownloadableSubscriptionMetadata( in testGetDownloadableSubscriptionMetadata_serviceUnavailable()
442 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testGetDownloadableSubscriptionMetadata_error()
454 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testGetDownloadableSubscriptionMetadata_mustDeactivateSim()
467 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testGetDownloadableSubscriptionMetadata_success()
1604 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testAddExtrasToResultIntent_withSmdxOperationCode_normal_case()
1623 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testAddExtrasToResultIntent_withSmdxOperationCode_general_case()
1642 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testAddExtrasToResultIntent_withSmdxOperationCode_and_padding()
1660 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testAddExtrasToResultIntent_withOperationCode()
2135 private void callGetDownloadableSubscriptionMetadata(DownloadableSubscription subscription, in callGetDownloadableSubscriptionMetadata() method in EuiccControllerTest