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.java62 ACTION_DOWNLOAD_DEACTIVATE_SIM,
74 static final int ACTION_DOWNLOAD_DEACTIVATE_SIM = 2; field in EuiccOperation
130 return new EuiccOperation(ACTION_DOWNLOAD_DEACTIVATE_SIM, callingToken, in forDownloadDeactivateSim()
277 case ACTION_DOWNLOAD_DEACTIVATE_SIM: in continueOperation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java429 EuiccOperation.ACTION_DOWNLOAD_DEACTIVATE_SIM); in testDownloadSubscription_mustDeactivateSim()