Searched refs:traffic (Results 1 – 10 of 10) sorted by relevance
61 final ImageView traffic = new ImageView(mContext); in addTrafficView() local62 traffic.setImageResource(icon); in addTrafficView()63 traffic.setAlpha(0f); in addTrafficView()64 addView(traffic); in addTrafficView()65 return traffic; in addTrafficView()
156 public void setUidTraffic(UidTraffic[] traffic) { in setUidTraffic() argument157 mUidTraffic = traffic; in setUidTraffic()
1 Some classes that handle DDM traffic.
1 This is a tool to generate classic Bluetooth traffic with specified period and package size.10 4. Client can configure the traffic by specifying the transfer period and package size.
33 // Device level network stats, which may include non-IP layer traffic.36 // IP-layer traffic stats.
38 WifiTrafficPoller: Polls traffic on wifi and notifies apps listening on it.
655 // Mobile data traffic (total, background + foreground).658 // Wifi data traffic (total, background + foreground).661 // Bluetooth data traffic (total, background + foreground).676 // Mobile data traffic in the background only, included in total above.679 // Wifi data traffic in the background only, included in total above.883 // wakelock for wifi multicast traffic.
954 for (UidTraffic traffic : info.getUidTraffic()) { in pullBluetoothBytesTransfer()957 e.writeInt(traffic.getUid()); in pullBluetoothBytesTransfer()958 e.writeLong(traffic.getRxBytes()); in pullBluetoothBytesTransfer()959 e.writeLong(traffic.getTxBytes()); in pullBluetoothBytesTransfer()
11223 for (UidTraffic traffic : info.getUidTraffic()) { in set()11224 uidRxBytes.put(traffic.getUid(), traffic.getRxBytes()); in set()11225 uidTxBytes.put(traffic.getUid(), traffic.getTxBytes()); in set()11343 final UidTraffic traffic = uidTraffic[i]; in updateBluetoothStateLocked() local11344 final long rxBytes = traffic.getRxBytes() - mLastBluetoothActivityInfo.uidRxBytes.get( in updateBluetoothStateLocked()11345 traffic.getUid()); in updateBluetoothStateLocked()11346 final long txBytes = traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get( in updateBluetoothStateLocked()11347 traffic.getUid()); in updateBluetoothStateLocked()11354 final Uid u = getUidStatsLocked(mapUid(traffic.getUid())); in updateBluetoothStateLocked()11366 final UidTraffic traffic = uidTraffic[i]; in updateBluetoothStateLocked() local[all …]
343 // True if the APF program is dropping multicast and broadcast traffic.