Searched refs:mAllowlistResource (Results 1 – 1 of 1) sorted by relevance
39 private String mAllowlistResource; field in ApiAllowlistProvider42 mAllowlistResource = "platform_api_allowlist_per_target_sdk_version_current.binarypb"; in ApiAllowlistProvider()47 mAllowlistResource = allowlistResource; in ApiAllowlistProvider()54 URL resourceURL = this.getClass().getClassLoader().getResource(mAllowlistResource); in loadPlatformApiAllowlist()56 throw new FileNotFoundException(mAllowlistResource + " not found."); in loadPlatformApiAllowlist()