Searched refs:SUBSCRIPTION (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 81 private static final DownloadableSubscription SUBSCRIPTION = field in EuiccControllerTest 286 SUBSCRIPTION, false /* complete */, null /* result */); in testGetDownloadableSubscriptionMetadata_serviceUnavailable() 297 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testGetDownloadableSubscriptionMetadata_error() 309 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testGetDownloadableSubscriptionMetadata_mustDeactivateSim() 322 callGetDownloadableSubscriptionMetadata(SUBSCRIPTION, true /* complete */, result); in testGetDownloadableSubscriptionMetadata_success() 386 SUBSCRIPTION, true /* switchAfterDownload */, false /* complete */, in testDownloadSubscription_serviceUnavailable() 396 callDownloadSubscription(SUBSCRIPTION, false /* switchAfterDownload */, true /* complete */, in testDownloadSubscription_error() 405 callDownloadSubscription(SUBSCRIPTION, false /* switchAfterDownload */, true /* complete */, in testDownloadSubscription_mustDeactivateSim() 416 callDownloadSubscription(SUBSCRIPTION, false /* switchAfterDownload */, true /* complete */, in testDownloadSubscription_needConfirmationCode() 427 callDownloadSubscription(SUBSCRIPTION, true /* switchAfterDownload */, true /* complete */, in testDownloadSubscription_success() [all …]
|