Searched refs:getSupportedApis (Results 1 – 2 of 2) sorted by relevance
47 public static final int MAX_SDK_VERSION = Collections.max(getSupportedApis());51 public static Set<Integer> getSupportedApis() { in getSupportedApis() method in SdkConfig57 for (int sdkVersion : getSupportedApis()) { in getSupportedSdkConfigs()
21 private static final int CACHE_SIZE = SdkConfig.getSupportedApis().size() * CACHE_SIZE_FACTOR;