Searched refs:traffic (Results 1 – 9 of 9) 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()
343 // True if the APF program is dropping multicast and broadcast traffic.