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.java350 callGetDefaultDownloadableSubscriptionList(false /* complete */, null /* result */); in testGetDefaultDownloadableSubscriptionList_serviceUnavailable()
360 callGetDefaultDownloadableSubscriptionList(true /* complete */, result); in testGetDefaultDownloadableSubscriptionList_error()
374 callGetDefaultDownloadableSubscriptionList(true /* complete */, result); in testGetDefaultDownloadableSubscriptionList_mustDeactivateSim()
388 callGetDefaultDownloadableSubscriptionList(true /* complete */, result); in testGetDefaultDownloadableSubscriptionList_success()
1298 private void callGetDefaultDownloadableSubscriptionList( in callGetDefaultDownloadableSubscriptionList() method in EuiccControllerTest