Searched refs:loadPlatformApiAllowlist (Results 1 – 3 of 3) sorted by relevance
36 Map<Long, AllowedApisList> loaded = apiAllowlistProvider.loadPlatformApiAllowlist(); in loadPlatformApiAllowlist_succeeds()47 FileNotFoundException.class, () -> apiAllowlistProvider.loadPlatformApiAllowlist()); in loadPlatformApiAllowlist_throwsIOException()57 () -> apiAllowlistProvider.loadPlatformApiAllowlist()); in loadPlatformApiAllowlist_throwsInvalidPbException()
52 public Map<Long, AllowedApisList> loadPlatformApiAllowlist() in loadPlatformApiAllowlist() method in ApiAllowlistProvider
259 mPlatformApiAllowlists = mApiAllowlistProvider.loadPlatformApiAllowlist(); in initAllowlist()