Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxRestrictionsUnitTest.java357 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_noFieldsSet() local
359 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestriction_noFieldsSet()
433 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_oneFieldSet() local
435 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestriction_oneFieldSet()
514 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_twoFieldsSet() local
516 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestriction_twoFieldsSet()
616 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_threeFieldsSet() local
618 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestriction_threeFieldsSet()
691 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServices); in testServiceRestriction_multipleEntriesAllowlist() local
693 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestriction_multipleEntriesAllowlist()
[all …]
DSdkSandboxSettingsListenerUnitTest.java145 String encodedServiceAllowlist = ProtoUtil.encodeServiceAllowlist(allowedServicesMap); in testServiceAllowlist_DeviceConfigAllowlistApplied() local
147 setDeviceConfigProperty(PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceAllowlist_DeviceConfigAllowlistApplied()