Merge "Define TAG_SYSTEM_DNS" am: fdc37666cb am: b849d1fe35 am: 1666fbe3e0

am: 822d3ea264

Change-Id: I508a3608dbd883dd915b40c49eea9f025f8f485e
This commit is contained in:
Sehee Park
2019-08-26 13:46:38 -07:00
committed by android-build-merger

View File

@@ -40,4 +40,5 @@ public class TrafficStatsConstants {
// {@link android.net.TrafficStats#TAG_NETWORK_STACK_IMPERSONATION_RANGE_START} and
// {@link android.net.TrafficStats#TAG_NETWORK_STACK_IMPERSONATION_RANGE_END}.
public static final int TAG_SYSTEM_PROBE = 0xFFFFFF81;
public static final int TAG_SYSTEM_DNS = 0xFFFFFF82;
}