Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java661 class QueryResult { class in NetworkUsageStatsTest
666 public QueryResult(int tag, int state, NetworkStats stats) { in QueryResult() method in NetworkUsageStatsTest.QueryResult
724 ArrayList<QueryResult> resultsWithTraffic = new ArrayList<>(); in testUidTagStateDetails()
728 ArrayList<QueryResult> resultsWithNoTraffic = new ArrayList<>(); in testUidTagStateDetails()
735 resultsWithTraffic.add(new QueryResult(tag, state, result)); in testUidTagStateDetails()
747 for (QueryResult queryResult : resultsWithTraffic) { in testUidTagStateDetails()