Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java585 int RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION = 1048; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java20 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION;
1055 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION, null); in carrierInfoForImsiEncryption()
DRIL.java7091 case RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION: in responseToString()