Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java63 ACTION_DOWNLOAD_DEACTIVATE_SIM,
75 static final int ACTION_DOWNLOAD_DEACTIVATE_SIM = 2; field in EuiccOperation
131 return new EuiccOperation(ACTION_DOWNLOAD_DEACTIVATE_SIM, callingToken, in forDownloadDeactivateSim()
278 case ACTION_DOWNLOAD_DEACTIVATE_SIM: in continueOperation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java562 EuiccOperation.ACTION_DOWNLOAD_DEACTIVATE_SIM); in testDownloadSubscription_mustDeactivateSim()