Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java302 private boolean shouldTestThisNetworkType(int networkTypeIndex, final long tolerance) in shouldTestThisNetworkType() method in NetworkUsageStatsTest
348 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testDeviceSummary()
383 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testUserSummary()
418 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testAppSummary()
484 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testAppDetails()
527 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testUidDetails()
580 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testTagDetails()
686 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testUidTagStateDetails()
763 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testCallback()