Searched refs:reportReq (Results 1 – 2 of 2) sorted by relevance
383 public boolean reportReq; field in BearerData510 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()
977 bearerData.reportReq = false;1068 bearerData.reportReq = false;