Searched refs:PROPERTY_CONTENTPROVIDER_ALLOWLIST (Results 1 – 2 of 2) sorted by relevance
/packages/modules/AdServices/sdksandbox/tests/endtoendtests/src/com/android/tests/sdksandbox/restrictions/ |
D | ContentProviderRestrictionsTest.java | 66 private static final String PROPERTY_CONTENTPROVIDER_ALLOWLIST = field in ContentProviderRestrictionsTest 126 DeviceConfig.NAMESPACE_ADSERVICES, PROPERTY_CONTENTPROVIDER_ALLOWLIST); in setup() 136 mDeviceConfigUtils.deleteProperty(PROPERTY_CONTENTPROVIDER_ALLOWLIST); in setup() 148 PROPERTY_CONTENTPROVIDER_ALLOWLIST, mInitialContentProviderAllowlistValue); in teardown() 194 mDeviceConfigUtils.setProperty(PROPERTY_CONTENTPROVIDER_ALLOWLIST, encodedAllowlist); in testGetContentProvider_DeviceConfigAllowlistApplied() 225 mDeviceConfigUtils.setProperty(PROPERTY_CONTENTPROVIDER_ALLOWLIST, encodedAllowlist); in testGetContentProvider_DeviceConfigNextAllowlistApplied() 244 mDeviceConfigUtils.setProperty(PROPERTY_CONTENTPROVIDER_ALLOWLIST, encodedAllowlist); in testGetContentProvider_DeviceConfigWildcardAllowlistApplied() 261 mDeviceConfigUtils.setProperty(PROPERTY_CONTENTPROVIDER_ALLOWLIST, encodedAllowlist); in testGetContentProvider_DeviceConfigAllowlistWithWildcardApplied() 337 mDeviceConfigUtils.setProperty(PROPERTY_CONTENTPROVIDER_ALLOWLIST, encodedAllowlist); in testGetContentProvider_nextAllowlistApplied_currentAllowlistPresent_appliesCurrentAllowlist_allowlistForTargetSdkVersion()
|
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/ |
D | SdkSandboxSettingsListener.java | 74 private static final String PROPERTY_CONTENTPROVIDER_ALLOWLIST = field in SdkSandboxSettingsListener 133 DeviceConfig.NAMESPACE_ADSERVICES, PROPERTY_CONTENTPROVIDER_ALLOWLIST)); 224 case PROPERTY_CONTENTPROVIDER_ALLOWLIST: in onPropertiesChanged() 228 PROPERTY_CONTENTPROVIDER_ALLOWLIST, null)); in onPropertiesChanged() 412 PROPERTY_CONTENTPROVIDER_ALLOWLIST, in getContentProviderDeviceConfigAllowlist()
|