Home
last modified time | relevance | path

Searched refs:apkWarning (Results 1 – 2 of 2) sorted by relevance

/development/tools/apkcheck/src/com/android/apkcheck/
DApkCheck.java275 apkWarning("Ignoring class ref: " + in check()
300 apkWarning("Ignoring class ref: " + in checkClass()
303 apkWarning("Hidden class referenced: " + in checkClass()
323 apkWarning("Enum field ref: " + pubPkgInfo.getName() + in checkClass()
341 apkWarning("Annotation method ref: " + in checkClass()
349 apkWarning("Possibly covariant method ref: " + in checkClass()
370 public static void apkWarning(String msg) { in apkWarning() method in ApkCheck
DClassInfo.java273 ApkCheck.apkWarning("Class " + interfaceName + in flattenClass()