Home
last modified time | relevance | path

Searched refs:isPairAllowListed (Results 1 – 3 of 3) sorted by relevance

/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/util/
DAllowListUtilsTest.java78 assertFalse(AllowListUtils.isPairAllowListed( in testIsPairAllowListed()
85 assertFalse(AllowListUtils.isPairAllowListed( in testIsPairAllowListed()
92 assertFalse(AllowListUtils.isPairAllowListed( in testIsPairAllowListed()
99 assertTrue(AllowListUtils.isPairAllowListed( in testIsPairAllowListed()
106 assertTrue(AllowListUtils.isPairAllowListed( in testIsPairAllowListed()
113 assertFalse(AllowListUtils.isPairAllowListed( in testIsPairAllowListed()
120 assertFalse(AllowListUtils.isPairAllowListed( in testIsPairAllowListed()
127 assertFalse(AllowListUtils.isPairAllowListed( in testIsPairAllowListed()
134 assertFalse(AllowListUtils.isPairAllowListed( in testIsPairAllowListed()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/
DAllowListUtils.java49 public static boolean isPairAllowListed( in isPairAllowListed() method in AllowListUtils
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/request/
DAppRequestFlow.java398 return AllowListUtils.isPairAllowListed( in isOutputDataAllowed()