Searched refs:PROPERTY_SERVICES_ALLOWLIST (Results 1 – 3 of 3) sorted by relevance
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/ |
D | SdkSandboxRestrictionsUnitTest.java | 79 private static final String PROPERTY_SERVICES_ALLOWLIST = field in SdkSandboxRestrictionsUnitTest 359 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestriction_noFieldsSet() 435 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestriction_oneFieldSet() 516 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestriction_twoFieldsSet() 618 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestriction_threeFieldsSet() 693 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestriction_multipleEntriesAllowlist() 731 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestrictions_DeviceConfigNextAllowlistApplied() 798 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestrictions_ComponentNotSet() 832 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestrictions_AllFieldsSetToWildcard() 881 PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceRestrictions_AllFieldsSet()
|
D | SdkSandboxSettingsListenerUnitTest.java | 44 private static final String PROPERTY_SERVICES_ALLOWLIST = field in SdkSandboxSettingsListenerUnitTest 97 setDeviceConfigProperty(PROPERTY_SERVICES_ALLOWLIST, null); in testServiceAllowlist_DeviceConfigNotAvailable() 147 setDeviceConfigProperty(PROPERTY_SERVICES_ALLOWLIST, encodedServiceAllowlist); in testServiceAllowlist_DeviceConfigAllowlistApplied()
|
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/ |
D | SdkSandboxSettingsListener.java | 81 private static final String PROPERTY_SERVICES_ALLOWLIST = field in SdkSandboxSettingsListener 121 DeviceConfig.NAMESPACE_ADSERVICES, PROPERTY_SERVICES_ALLOWLIST)); 213 case PROPERTY_SERVICES_ALLOWLIST: in onPropertiesChanged() 216 properties.getString(PROPERTY_SERVICES_ALLOWLIST, null)); in onPropertiesChanged() 394 ServiceAllowlists.parser(), PROPERTY_SERVICES_ALLOWLIST, value); in getServicesAllowlist()
|