Home | History | Annotate | Download | only in net

Lines Matching defs:mPending

80     private final NetworkStatsCollection mPending;
97 mPending = new NetworkStatsCollection(bucketDuration);
100 mPendingRewriter = new CombiningRewriter(mPending);
111 mPending.reset();
133 complete.recordCollection(mPending);
185 mPending.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
211 final long pendingBytes = mPending.getTotalBytes();
223 if (mPending.isDirty()) {
228 mPending.reset();
256 mPending.removeUids(uids);
377 pw.print("Pending bytes: "); pw.println(mPending.getTotalBytes());