Home
last modified time | relevance | path

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

/development/tools/apkcheck/src/com/android/apkcheck/
DApkCheck.java44 private static ApiList sCurrentApk; field in ApkCheck
119 sCurrentApk = apiDescr; in main()
125 sCurrentApk = apkDescr; in main()
372 System.out.println("(warn) " + sCurrentApk.getDebugString() + in apkWarning()
375 sCurrentApk.incrWarnings(); in apkWarning()
383 System.out.println(sCurrentApk.getDebugString() + ": " + msg); in apkError()
385 sCurrentApk.incrErrors(); in apkError()