Searched refs:mPlatformApiAllowlists (Results 1 – 1 of 1) sorted by relevance
76 private Map<Long, AllowedApisList> mPlatformApiAllowlists; field in SdkDexVerifier258 if (mPlatformApiAllowlists == null) { in initAllowlist()259 mPlatformApiAllowlists = mApiAllowlistProvider.loadPlatformApiAllowlist(); in initAllowlist()263 buildAllowTrie(targetSdkVersion, mPlatformApiAllowlists.get(targetSdkVersion)); in initAllowlist()