Searched refs:NETWORK_TAG (Results 1 – 1 of 1) sorted by relevance
79 private static final int NETWORK_TAG = 0xf00d; field in NetworkUsageStatsTest181 TrafficStats.setThreadStatsTag(NETWORK_TAG); in exerciseRemoteHost()591 mStartTime, mEndTime, Process.myUid(), NETWORK_TAG); in testTagDetails()605 if (bucket.getTag() == NETWORK_TAG) { in testTagDetails()612 assertTrue("No Rx bytes tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()614 assertTrue("No Rx packets tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()616 assertTrue("No Tx bytes tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()618 assertTrue("No Tx packets tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()629 mStartTime, mEndTime, Process.myUid(), NETWORK_TAG); in testTagDetails()698 int[] tagsWithTraffic = {NETWORK_TAG, TAG_NONE}; in testUidTagStateDetails()[all …]