Searched refs:DEBUG_JAR (Results 1 – 3 of 3) sorted by relevance
157 public static final boolean DEBUG_JAR = false; field in ParsingPackageUtils572 if (DEBUG_JAR) Slog.d(TAG, "Scanning base APK: " + apkPath);658 if (DEBUG_JAR) Slog.d(TAG, "Scanning split APK: " + apkPath);
164 public static final boolean DEBUG_JAR = false; field in PackageParser1224 if (DEBUG_JAR) Slog.d(TAG, "Scanning base APK: " + apkPath); in parseBaseApk()1267 if (DEBUG_JAR) Slog.d(TAG, "Scanning split APK: " + apkPath); in parseSplitApk()
12868 Landroid/content/pm/PackageParser;->DEBUG_JAR:Z