Home | History | Annotate | Download | only in os

Lines Matching defs:packets

3731                 pw.print(" (packets received "); pw.print(mobileRxTotalPackets);
3827 pw.print(" (packets received "); pw.print(wifiRxTotalPackets);
4084 sb.append(" packets over "); formatTimeMsNoSpace(sb, bs.mobileActive);
4234 pw.print(" sent (packets "); pw.print(mobileRxPackets);
4244 long packets = mobileRxPackets + mobileTxPackets;
4245 if (packets == 0) {
4246 packets = 1;
4249 sb.append(BatteryStatsHelper.makemAh(uidMobileActiveTime / 1000 / (double)packets));
4269 pw.print(" sent (packets "); pw.print(wifiRxPackets);