Home
last modified time | relevance | path

Searched defs:apkDescr (Results 1 – 1 of 1) sorted by relevance

/development/tools/apkcheck/src/com/android/apkcheck/
DApkCheck.java124 ApiList apkDescr = new ApiList(args[idx]); in main() local
250 static boolean check(ApiList pubList, ApiList apkDescr) { in check()