Home
last modified time | relevance | path

Searched refs:RIL_REQUEST_SEND_SMS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java371 int RIL_REQUEST_SEND_SMS = 25; field
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java25 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_SEND_SMS;
608 mMetrics.writeOnRilSolicitedResponse(mPhone.getPhoneId(), 1, 0, RIL_REQUEST_SEND_SMS, in testWriteRilSendSms() local
611 mMetrics.writeOnRilSolicitedResponse(mPhone.getPhoneId(), 4, 0, RIL_REQUEST_SEND_SMS, in testWriteRilSendSms() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java71 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_SEND_SMS;
865 verifyRILResponse(mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_SEND_SMS); in testSendSMS()
883 verifyRILResponse(mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_SEND_SMS); in testSendSMS_1_6()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java31 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_SEND_SMS;
1963 case RIL_REQUEST_SEND_SMS: in writeOnRilSolicitedResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java152 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_SEND_SMS;
4879 case RIL_REQUEST_SEND_SMS: in requestToString()
DRIL.java2083 RILRequest rr = obtainRequest(RIL_REQUEST_SEND_SMS, result, mRILDefaultWorkSource); in sendSMS()