Searched refs:STATS_PER_IFACE (Results 1 – 4 of 4) sorted by relevance
20 import static android.net.NetworkStats.STATS_PER_IFACE;447 NetworkStats stats = provider.getTetherStats(STATS_PER_IFACE); in testGetForwardedStats()
36 import static android.net.NetworkStats.STATS_PER_IFACE;1201 final NetworkStats tetherSnapshot = getNetworkStatsTethering(STATS_PER_IFACE); in recordSnapshotLocked()1639 final NetworkStats vtSnapshot = telephonyManager.getVtDataUsage(STATS_PER_IFACE); in getNetworkStatsXt()
38 import static android.net.NetworkStats.STATS_PER_IFACE;1099 expectNetworkStatsTethering(STATS_PER_IFACE, tetherStats); in expectNetworkStatsSummary()
97 public static final int STATS_PER_IFACE = 0; field in NetworkStats