Searched refs:POLICIES (Results 1 – 1 of 1) sorted by relevance
58 private static final Pair<Intent, Integer>[] POLICIES; field in PolicyTransparencyTestListActivity89 POLICIES = new Pair[policyTests.length];96 POLICIES[i] = Pair.create(intent, policyLabels[i]);152 for (Pair<Intent, Integer> policy : POLICIES) { in addTestsToAdapter()