Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java429 int RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM = 1005; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java46 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM;
177 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM); in newSmsOnSim()
DRIL.java4752 case RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM: in responseToString()