Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/verification/
DApiAllowlistProvider.java54 URL resourceURL = this.getClass().getClassLoader().getResource(mAllowlistResource); in loadPlatformApiAllowlist() local
55 if (resourceURL == null) { in loadPlatformApiAllowlist()
59 byte[] allowlistBytes = resourceURL.openStream().readAllBytes(); in loadPlatformApiAllowlist()