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