Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DApiAllowlistProviderUnitTest.java35 ApiAllowlistProvider apiAllowlistProvider = new ApiAllowlistProvider(); in loadPlatformApiAllowlist_succeeds() local
36 Map<Long, AllowedApisList> loaded = apiAllowlistProvider.loadPlatformApiAllowlist(); in loadPlatformApiAllowlist_succeeds()
43 ApiAllowlistProvider apiAllowlistProvider = in loadPlatformApiAllowlist_throwsIOException() local
47 FileNotFoundException.class, () -> apiAllowlistProvider.loadPlatformApiAllowlist()); in loadPlatformApiAllowlist_throwsIOException()
52 ApiAllowlistProvider apiAllowlistProvider = in loadPlatformApiAllowlist_throwsInvalidPbException() local
57 () -> apiAllowlistProvider.loadPlatformApiAllowlist()); in loadPlatformApiAllowlist_throwsInvalidPbException()
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/verification/
DSdkDexVerifier.java319 Injector(ApiAllowlistProvider apiAllowlistProvider, SerialDexLoader serialDexLoader) { in Injector() argument
320 mAllowlistProvider = apiAllowlistProvider; in Injector()