Searched refs:QueryResult (Results 1 – 1 of 1) sorted by relevance
661 class QueryResult { class in NetworkUsageStatsTest666 public QueryResult(int tag, int state, NetworkStats stats) { in QueryResult() method in NetworkUsageStatsTest.QueryResult724 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()