Home | History | Annotate | Download | only in net

Lines Matching refs:mPending

89     private final NetworkStatsCollection mPending;
110 mPending = null;
129 mPending = new NetworkStatsCollection(bucketDuration);
132 mPendingRewriter = new CombiningRewriter(mPending);
143 if (mPending != null) {
144 mPending.reset();
193 res.recordCollection(mPending);
255 if (mPending != null) {
256 mPending.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
284 final long pendingBytes = mPending.getTotalBytes();
297 if (mPending.isDirty()) {
302 mPending.reset();
332 if (mPending != null) {
333 mPending.removeUids(uids);
461 if (mPending != null) {
462 pw.print("Pending bytes: "); pw.println(mPending.getTotalBytes());
475 if (mPending != null) {
476 proto.write(NetworkStatsRecorderProto.PENDING_TOTAL_BYTES, mPending.getTotalBytes());