Searched refs:NETWORK_TAG (Results 1 – 1 of 1) sorted by relevance
77 private static final int NETWORK_TAG = 0xf00d; field in NetworkUsageStatsTest179 TrafficStats.setThreadStatsTag(NETWORK_TAG); in exerciseRemoteHost()588 mStartTime, mEndTime, Process.myUid(), NETWORK_TAG); in testTagDetails()602 if (bucket.getTag() == NETWORK_TAG) { in testTagDetails()609 assertTrue("No Rx bytes tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()611 assertTrue("No Rx packets tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()613 assertTrue("No Tx bytes tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()615 assertTrue("No Tx packets tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()626 mStartTime, mEndTime, Process.myUid(), NETWORK_TAG); in testTagDetails()695 int[] tagsWithTraffic = {NETWORK_TAG, TAG_NONE}; in testUidTagStateDetails()[all …]