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