Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java312 verifyResolutionIntent(EuiccService.ACTION_RESOLVE_DEACTIVATE_SIM, in testGetDownloadableSubscriptionMetadata_mustDeactivateSim()
360 verifyResolutionIntent(EuiccService.ACTION_RESOLVE_DEACTIVATE_SIM, in testGetDefaultDownloadableSubscriptionList_mustDeactivateSim()
409 verifyResolutionIntent(EuiccService.ACTION_RESOLVE_DEACTIVATE_SIM, in testDownloadSubscription_mustDeactivateSim()
420 verifyResolutionIntent(EuiccService.ACTION_RESOLVE_CONFIRMATION_CODE, in testDownloadSubscription_needConfirmationCode()
485 verifyResolutionIntent(EuiccService.ACTION_RESOLVE_NO_PRIVILEGES, in testDownloadSubscription_noPrivileges_getMetadata_mustDeactivateSim()
519 verifyResolutionIntent(EuiccService.ACTION_RESOLVE_NO_PRIVILEGES, in testDownloadSubscription_noPrivileges_hasCarrierPrivileges_needsConsent()
705 verifyResolutionIntent(EuiccService.ACTION_RESOLVE_NO_PRIVILEGES, in testSwitchToSubscription_hasCarrierPrivileges_needsConsent()
1078 private void verifyResolutionIntent(String euiccUiAction, @EuiccOperation.Action int action) { in verifyResolutionIntent() method in EuiccControllerTest