Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMessagingIndication.java24 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS;
107 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS); in newSms()
DRadioIndication.java51 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS;
174 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS); in newSms()
DRILUtils.java271 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS;
5256 case RIL_UNSOL_RESPONSE_NEW_SMS: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java561 int RIL_UNSOL_RESPONSE_NEW_SMS = 1003; field