Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java87 private static final DownloadableSubscription SUBSCRIPTION = field in EuiccControllerTest
301 SUBSCRIPTION, false /* complete */, null /* result */); 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()
403 SUBSCRIPTION, true /* switchAfterDownload */, false /* complete */, in testDownloadSubscription_serviceUnavailable()
414 callDownloadSubscription(SUBSCRIPTION, false /* switchAfterDownload */, true /* complete */, in testDownloadSubscription_error()
423 callDownloadSubscription(SUBSCRIPTION, false /* switchAfterDownload */, true /* complete */, in testDownloadSubscription_mustDeactivateSim()
435 callDownloadSubscription(SUBSCRIPTION, false /* switchAfterDownload */, true /* complete */, in testDownloadSubscription_needConfirmationCode()
447 callDownloadSubscription(SUBSCRIPTION, true /* switchAfterDownload */, true /* complete */, in testDownloadSubscription_success()
[all …]