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