Searched refs:thing (Results 1 – 3 of 3) sorted by relevance
1 function showApiWarning(thing, selectedLevel, minLevel) { argument3 …$("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " …4 …+ "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or highe…
76 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";77 …$("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " …78 …+ "<p>To use this " + thing + ", your application must specify API Level \"" + $("body").attr("cla…
2888 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";2889 $("#naMessage").show().html("<div><p><strong>This " + thing