Home
last modified time | relevance | path

Searched refs:RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimIndication.java21 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION;
61 mRil.unsljLogRet(RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION, null); in carrierInfoForImsiEncryption()
DRadioIndication.java22 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION;
1014 mRil.unsljLogRet(RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION, null); in carrierInfoForImsiEncryption()
DRILUtils.java232 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION;
5346 case RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java606 int RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION = 1048; field