Home
last modified time | relevance | path

Searched refs:allRedactionLabels (Results 1 – 2 of 2) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/
DPolicy.kt42 val allRedactionLabels: Set<String> = allFields.flatMap { it.redactedUsages.keys }.toSet() in <lambda>() constant in com.android.libraries.pcc.chronicle.api.policy.Policy
/packages/modules/OnDevicePersonalization/tests/chronicletests/src/com/android/libraries/pcc/chronicle/test/
DChronicleApiPolicyTest.kt90 … assertThat(policy.allRedactionLabels).containsExactly("label1", "label2", "label3", "label4") in testPolicyAllRedactionLabels()