Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMessagingIndication.java26 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT;
140 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT); in newSmsStatusReport()
DRadioIndication.java53 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT;
187 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT); in newSmsStatusReport()
DRILUtils.java273 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT;
5258 case RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java562 int RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT = 1004; field