Searched refs:mPlatformApiAllowTries (Results 1 – 1 of 1) sorted by relevance
79 private Map<Long, StringTrie> mPlatformApiAllowTries = new HashMap<>(); field in SdkDexVerifier262 if (!mPlatformApiAllowTries.containsKey(targetSdkVersion)) { in initAllowlist()295 mPlatformApiAllowTries.put(targetSdkVersion, allowTrie); in buildAllowTrie()