Searched refs:mNetworkInterfacesToTest (Results 1 – 1 of 1) sorted by relevance
107 private final NetworkInterfaceToTest[] mNetworkInterfacesToTest = field in NetworkUsageStatsTest305 mNetworkInterfacesToTest[networkTypeIndex].getSystemFeature()); in shouldTestThisNetworkType()311 .addTransportType(mNetworkInterfacesToTest[networkTypeIndex].getTransportType()) in shouldTestThisNetworkType()321 mNetworkInterfacesToTest[networkTypeIndex].setMetered(callback.metered); in shouldTestThisNetworkType()322 mNetworkInterfacesToTest[networkTypeIndex].setIsDefault(callback.isDefault); in shouldTestThisNetworkType()327 assertFalse (mNetworkInterfacesToTest[networkTypeIndex].getSystemFeature() + in shouldTestThisNetworkType()331 mNetworkInterfacesToTest[networkTypeIndex].getErrorMessage(), hasFeature); in shouldTestThisNetworkType()336 int networkType = mNetworkInterfacesToTest[networkIndex].getNetworkType(); in getSubscriberId()347 for (int i = 0; i < mNetworkInterfacesToTest.length; ++i) { in testDeviceSummary()355 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testDeviceSummary()[all …]