Home | History | Annotate | Download | only in settings

Lines Matching refs:TrafficStats

25 import android.net.TrafficStats;
689 long txPackets = TrafficStats.getMobileTxPackets();
690 long rxPackets = TrafficStats.getMobileRxPackets();
691 long txBytes = TrafficStats.getMobileTxBytes();
692 long rxBytes = TrafficStats.getMobileRxBytes();