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