Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java61 ACTION_GET_METADATA_DEACTIVATE_SIM,
72 static final int ACTION_GET_METADATA_DEACTIVATE_SIM = 1; field in EuiccOperation
117 return new EuiccOperation(ACTION_GET_METADATA_DEACTIVATE_SIM, callingToken, in forGetMetadataDeactivateSim()
272 case ACTION_GET_METADATA_DEACTIVATE_SIM: in continueOperation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java329 EuiccOperation.ACTION_GET_METADATA_DEACTIVATE_SIM); in testGetDownloadableSubscriptionMetadata_mustDeactivateSim()