Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java334 callGetDefaultDownloadableSubscriptionList(false /* complete */, null /* result */); in testGetDefaultDownloadableSubscriptionList_serviceUnavailable()
344 callGetDefaultDownloadableSubscriptionList(true /* complete */, result); in testGetDefaultDownloadableSubscriptionList_error()
357 callGetDefaultDownloadableSubscriptionList(true /* complete */, result); in testGetDefaultDownloadableSubscriptionList_mustDeactivateSim()
371 callGetDefaultDownloadableSubscriptionList(true /* complete */, result); in testGetDefaultDownloadableSubscriptionList_success()
947 private void callGetDefaultDownloadableSubscriptionList( in callGetDefaultDownloadableSubscriptionList() method in EuiccControllerTest