Searched refs:apkDirOrPath (Results 1 – 1 of 1) sorted by relevance
2760 final File apkDirOrPath = ps.getPath(); in getApksSize() local2761 if (apkDirOrPath == null) { in getApksSize()2764 if (apkDirOrPath.isFile() && apkDirOrPath.getName().toLowerCase().endsWith(".apk")) { in getApksSize()2765 return apkDirOrPath.length(); in getApksSize()2767 if (!apkDirOrPath.isDirectory()) { in getApksSize()2770 final File[] files = apkDirOrPath.listFiles(); in getApksSize()