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.java637 class QueryResult { class in NetworkUsageStatsTest
642 public QueryResult(int tag, int state, NetworkStats stats) { in QueryResult() method in NetworkUsageStatsTest.QueryResult
700 ArrayList<QueryResult> resultsWithTraffic = new ArrayList<>(); in testUidTagStateDetails()
704 ArrayList<QueryResult> resultsWithNoTraffic = new ArrayList<>(); in testUidTagStateDetails()
711 resultsWithTraffic.add(new QueryResult(tag, state, result)); in testUidTagStateDetails()
723 for (QueryResult queryResult : resultsWithTraffic) { in testUidTagStateDetails()