Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxRestrictionsUnitTest.java357 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_noFieldsSet()
433 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_oneFieldSet()
514 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_twoFieldsSet()
616 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_threeFieldsSet()
691 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_multipleEntriesAllowlist()
729 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestrictions_DeviceConfigNextAllowlistApplied()
750 String encodedNextServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedNextServices); in testServiceRestrictions_DeviceConfigNextAllowlistApplied()
796 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestrictions_ComponentNotSet()
830 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestrictions_AllFieldsSetToWildcard()
879 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestrictions_AllFieldsSet()
DSdkSandboxSettingsListenerUnitTest.java145 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServicesMap); in testServiceAllowlist_DeviceConfigAllowlistApplied()
/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/
DProtoUtil.java133 public static String encodeServiceAllowlist( in encodeServiceAllowlist() method in ProtoUtil
152 public static String encodeServiceAllowlist(List<ArrayMap<String, String>> services) { in encodeServiceAllowlist() method in ProtoUtil