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.java634 class QueryResult { class in NetworkUsageStatsTest
639 public QueryResult(int tag, int state, NetworkStats stats) { in QueryResult() method in NetworkUsageStatsTest.QueryResult
697 ArrayList<QueryResult> resultsWithTraffic = new ArrayList<>(); in testUidTagStateDetails()
701 ArrayList<QueryResult> resultsWithNoTraffic = new ArrayList<>(); in testUidTagStateDetails()
708 resultsWithTraffic.add(new QueryResult(tag, state, result)); in testUidTagStateDetails()
720 for (QueryResult queryResult : resultsWithTraffic) { in testUidTagStateDetails()