Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java507 int RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT = 1004; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java50 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT;
180 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT); in newSmsStatusReport()
DRIL.java6322 case RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT: in responseToString()