Searched refs:traffic (Results 1 – 8 of 8) sorted by relevance
55 final ImageView traffic = new ImageView(mContext); in addTrafficView() local56 traffic.setImageResource(icon); in addTrafficView()57 traffic.setAlpha(0f); in addTrafficView()58 addView(traffic); in addTrafficView()59 return traffic; in addTrafficView()
151 public void setUidTraffic(UidTraffic[] traffic) { in setUidTraffic() argument152 mUidTraffic = traffic; in setUidTraffic()
1 Some classes that handle DDM traffic.
30 // Device level network stats, which may include non-IP layer traffic.33 // IP-layer traffic stats.
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.
35 WifiTrafficPoller: Polls traffic on wifi and notifies apps listening on it.
9971 final UidTraffic traffic = uidTraffic[i]; in updateBluetoothStateLocked() local9975 traffic.getRxBytes()); in updateBluetoothStateLocked()9977 traffic.getTxBytes()); in updateBluetoothStateLocked()9980 final Uid u = getUidStatsLocked(mapUid(traffic.getUid())); in updateBluetoothStateLocked()9981 u.noteNetworkActivityLocked(NETWORK_BT_RX_DATA, traffic.getRxBytes(), 0); in updateBluetoothStateLocked()9982 u.noteNetworkActivityLocked(NETWORK_BT_TX_DATA, traffic.getTxBytes(), 0); in updateBluetoothStateLocked()9985 totalTxBytes += traffic.getTxBytes(); in updateBluetoothStateLocked()9986 totalRxBytes += traffic.getRxBytes(); in updateBluetoothStateLocked()9992 final UidTraffic traffic = uidTraffic[i]; in updateBluetoothStateLocked() local9994 final Uid u = getUidStatsLocked(mapUid(traffic.getUid())); in updateBluetoothStateLocked()[all …]
248 // True if the APF program is dropping multicast and broadcast traffic.