Searched refs:NETWORK_TAG (Results 1 – 1 of 1) sorted by relevance
82 private static final int NETWORK_TAG = 0xf00d; field in NetworkUsageStatsTest184 TrafficStats.setThreadStatsTag(NETWORK_TAG); in exerciseRemoteHost()615 mStartTime, mEndTime, Process.myUid(), NETWORK_TAG); in testTagDetails()629 if (bucket.getTag() == NETWORK_TAG) { in testTagDetails()636 assertTrue("No Rx bytes tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()638 assertTrue("No Rx packets tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()640 assertTrue("No Tx bytes tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()642 assertTrue("No Tx packets tagged with 0x" + Integer.toHexString(NETWORK_TAG) in testTagDetails()653 mStartTime, mEndTime, Process.myUid(), NETWORK_TAG); in testTagDetails()722 int[] tagsWithTraffic = {NETWORK_TAG, TAG_NONE}; in testUidTagStateDetails()[all …]