Searched refs:allRedactionLabels (Results 1 – 2 of 2) sorted by relevance
42 val allRedactionLabels: Set<String> = allFields.flatMap { it.redactedUsages.keys }.toSet() in <lambda>() constant in com.android.libraries.pcc.chronicle.api.policy.Policy
90 … assertThat(policy.allRedactionLabels).containsExactly("label1", "label2", "label3", "label4") in testPolicyAllRedactionLabels()