Home
last modified time | relevance | path

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

/development/tools/apkcheck/src/com/android/apkcheck/
DApkCheck.java278 apkError("Illegal class ref: " + in check()
306 apkError("Illegal class ref: " + in checkClass()
326 apkError("Illegal field ref: " + pubPkgInfo.getName() + in checkClass()
345 apkError("Illegal method ref: " + pubPkgInfo.getName() + in checkClass()
381 public static void apkError(String msg) { in apkError() method in ApkCheck