Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/endtoendtests/src/com/android/tests/sdksandbox/restrictions/
DContentProviderRestrictionsTest.java193 String encodedAllowlist = ProtoUtil.encodeContentProviderAllowlist(allowedAuthorities); in testGetContentProvider_DeviceConfigAllowlistApplied()
215 ProtoUtil.encodeContentProviderAllowlist(nextAllowedAuthorities); in testGetContentProvider_DeviceConfigNextAllowlistApplied()
224 String encodedAllowlist = ProtoUtil.encodeContentProviderAllowlist(allowedAuthorities); in testGetContentProvider_DeviceConfigNextAllowlistApplied()
243 String encodedAllowlist = ProtoUtil.encodeContentProviderAllowlist(allowedAuthorities); in testGetContentProvider_DeviceConfigWildcardAllowlistApplied()
260 String encodedAllowlist = ProtoUtil.encodeContentProviderAllowlist(allowedAuthorities); in testGetContentProvider_DeviceConfigAllowlistWithWildcardApplied()
336 String encodedAllowlist = ProtoUtil.encodeContentProviderAllowlist(allowedAuthorities); in testGetContentProvider_nextAllowlistApplied_currentAllowlistPresent_appliesCurrentAllowlist_allowlistForTargetSdkVersion()
/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/
DProtoUtil.java38 public static String encodeContentProviderAllowlist( in encodeContentProviderAllowlist() method in ProtoUtil
61 public static String encodeContentProviderAllowlist(ArraySet<String> authorities) { in encodeContentProviderAllowlist() method in ProtoUtil