Searched refs:tcp_bytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_net_TrafficStats.cpp166 jlong tcp_bytes = -1, udp_bytes = -1, total_bytes = -1; local
183 tcp_bytes = readNumber(tcp_filename);
184 total_bytes = (tcp_bytes >= 0) ? tcp_bytes : -1;
191 tcp_bytes = readNumber(tcp_filename);
192 total_bytes += (tcp_bytes >= 0 ? tcp_bytes : 0);

Completed in 41 milliseconds