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.java300 callGetDownloadableSubscriptionMetadata( in testGetDownloadableSubscriptionMetadata_serviceUnavailable()
313 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testGetDownloadableSubscriptionMetadata_error()
325 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testGetDownloadableSubscriptionMetadata_mustDeactivateSim()
338 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testGetDownloadableSubscriptionMetadata_success()
1064 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testAddExtrasToResultIntent_withSmdxOperationCode_normal_case()
1083 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testAddExtrasToResultIntent_withSmdxOperationCode_general_case()
1102 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testAddExtrasToResultIntent_withSmdxOperationCode_and_padding()
1120 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testAddExtrasToResultIntent_withOperationCode()
1290 private void callGetDownloadableSubscriptionMetadata(DownloadableSubscription subscription, in callGetDownloadableSubscriptionMetadata() method in EuiccControllerTest