Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
DCdmaSmsTest.java277 assertEquals(bearerData.reportReq, false); in testMonolithicOne()
324 assertEquals(bearerData.reportReq, false); in testMonolithicTwo()
479 assertEquals(false, bd1.reportReq); in testReplyOption()
486 assertEquals(false, bd2.reportReq); in testReplyOption()
493 assertEquals(false, bd3.reportReq); in testReplyOption()
500 assertEquals(true, bd4.reportReq); in testReplyOption()
518 assertEquals(false, revBearerData.reportReq); in testReplyOptionFeedback()
526 assertEquals(false, revBearerData.reportReq); in testReplyOptionFeedback()
534 assertEquals(false, revBearerData.reportReq); in testReplyOptionFeedback()
536 bearerData.reportReq = true; in testReplyOptionFeedback()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DBearerData.java310 public boolean reportReq; field in BearerData
436 builder.append(", reportReq=" + reportReq); in toString()
737 outStream.write(1, bData.reportReq ? 1 : 0); in encodeReplyOption()
904 if (bData.userAckReq || bData.deliveryAckReq || bData.readAckReq || bData.reportReq) { in encode()
1329 bData.reportReq = (inStream.read(1) == 1); in decodeReplyOption()
DSmsMessage.java852 bearerData.reportReq = false; in privateGetSubmitPdu()