Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java64 ACTION_DOWNLOAD_CONFIRMATION_CODE,
81 static final int ACTION_DOWNLOAD_CONFIRMATION_CODE = 7; field in EuiccOperation
137 return new EuiccOperation(ACTION_DOWNLOAD_CONFIRMATION_CODE, callingToken, in forDownloadConfirmationCode()
223 case ACTION_DOWNLOAD_CONFIRMATION_CODE: in continueOperation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java421 EuiccOperation.ACTION_DOWNLOAD_CONFIRMATION_CODE); in testDownloadSubscription_needConfirmationCode()