Searched refs:mNetworkInterfacesToTest (Results 1 – 1 of 1) sorted by relevance
109 private final NetworkInterfaceToTest[] mNetworkInterfacesToTest = field in NetworkUsageStatsTest307 mNetworkInterfacesToTest[networkTypeIndex].getSystemFeature()); in shouldTestThisNetworkType()313 .addTransportType(mNetworkInterfacesToTest[networkTypeIndex].getTransportType()) in shouldTestThisNetworkType()323 mNetworkInterfacesToTest[networkTypeIndex].setMetered(callback.metered); in shouldTestThisNetworkType()324 mNetworkInterfacesToTest[networkTypeIndex].setIsDefault(callback.isDefault); in shouldTestThisNetworkType()329 assertFalse (mNetworkInterfacesToTest[networkTypeIndex].getSystemFeature() + in shouldTestThisNetworkType()333 mNetworkInterfacesToTest[networkTypeIndex].getErrorMessage(), hasFeature); in shouldTestThisNetworkType()338 int networkType = mNetworkInterfacesToTest[networkIndex].getNetworkType(); in getSubscriberId()350 for (int i = 0; i < mNetworkInterfacesToTest.length; ++i) { in testDeviceSummary()358 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testDeviceSummary()[all …]