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 | 326 assertEquals(bearerData.reportReq, false); in testMonolithicOne() 373 assertEquals(bearerData.reportReq, false); in testMonolithicTwo() 528 assertEquals(false, bd1.reportReq); in testReplyOption() 535 assertEquals(false, bd2.reportReq); in testReplyOption() 542 assertEquals(false, bd3.reportReq); in testReplyOption() 549 assertEquals(true, bd4.reportReq); in testReplyOption() 567 assertEquals(false, revBearerData.reportReq); in testReplyOptionFeedback() 575 assertEquals(false, revBearerData.reportReq); in testReplyOptionFeedback() 583 assertEquals(false, revBearerData.reportReq); in testReplyOptionFeedback() 585 bearerData.reportReq = true; in testReplyOptionFeedback() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
D | BearerData.java | 383 public boolean reportReq; field in BearerData 510 builder.append(", reportReq=" + reportReq); in toString() 863 outStream.write(1, bData.reportReq ? 1 : 0); in encodeReplyOption() 1037 if (bData.userAckReq || bData.deliveryAckReq || bData.readAckReq || bData.reportReq) { in encode() 1470 bData.reportReq = (inStream.read(1) == 1); in decodeReplyOption()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 977 bearerData.reportReq = false; 1068 bearerData.reportReq = false;
|