Searched refs:apkIn (Results 1 – 1 of 1) sorted by relevance
255 Scanner apkIn = new Scanner(logcat); in scanLog() local256 while (apkIn.hasNextLine()) { in scanLog()258 String line = apkIn.nextLine(); in scanLog()268 apkIn.close(); in scanLog()