Searched refs:RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT (Results 1 – 4 of 4) sorted by relevance
26 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()
53 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()
273 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()
562 int RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT = 1004; field