Home
last modified time | relevance | path

Searched refs:networkTypeIndex (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java323 private boolean shouldTestThisNetworkType(int networkTypeIndex, final long tolerance) in shouldTestThisNetworkType() argument
326 mNetworkInterfacesToTest[networkTypeIndex].getSystemFeature()); in shouldTestThisNetworkType()
332 .addTransportType(mNetworkInterfacesToTest[networkTypeIndex].getTransportType()) in shouldTestThisNetworkType()
342 mNetworkInterfacesToTest[networkTypeIndex].setMetered(callback.metered); in shouldTestThisNetworkType()
343 mNetworkInterfacesToTest[networkTypeIndex].setIsDefault(callback.isDefault); in shouldTestThisNetworkType()
348 assertFalse (mNetworkInterfacesToTest[networkTypeIndex].getSystemFeature() + in shouldTestThisNetworkType()
352 mNetworkInterfacesToTest[networkTypeIndex].getErrorMessage(), hasFeature); in shouldTestThisNetworkType()