Searched refs:reportReq (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/ |
D | CdmaSmsTest.java | 325 assertEquals(bearerData.reportReq, false); in testMonolithicOne() 372 assertEquals(bearerData.reportReq, false); in testMonolithicTwo() 527 assertEquals(false, bd1.reportReq); in testReplyOption() 534 assertEquals(false, bd2.reportReq); in testReplyOption() 541 assertEquals(false, bd3.reportReq); in testReplyOption() 548 assertEquals(true, bd4.reportReq); in testReplyOption() 566 assertEquals(false, revBearerData.reportReq); in testReplyOptionFeedback() 574 assertEquals(false, revBearerData.reportReq); in testReplyOptionFeedback() 582 assertEquals(false, revBearerData.reportReq); in testReplyOptionFeedback() 584 bearerData.reportReq = true; in testReplyOptionFeedback() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
D | BearerData.java | 382 public boolean reportReq; field in BearerData 509 builder.append(", reportReq=" + reportReq); in toString() 862 outStream.write(1, bData.reportReq ? 1 : 0); in encodeReplyOption() 1036 if (bData.userAckReq || bData.deliveryAckReq || bData.readAckReq || bData.reportReq) { in encode() 1469 bData.reportReq = (inStream.read(1) == 1); in decodeReplyOption()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 973 bearerData.reportReq = false; 1064 bearerData.reportReq = false;
|