Lines Matching refs:apiLevel
2767 var apiLevel = className.substring(apiLevelIndex, apiLevelEndIndex);
2768 if (apiLevel.length == 0) { // for odd cases when the since data is actually missing, just bail
2771 apiLevel = parseInt(apiLevel);
2775 var apiLevelNum = parseInt(apiLevel);
2783 + apiLevel + "\" or higher. To reveal, change the target API level "