Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DPackageUserStateUtils.java64 return reportIfDebug(false, flags); in isMatch()
68 return reportIfDebug(false, flags); in isMatch()
73 return reportIfDebug(false, flags); in isMatch()
81 return reportIfDebug(matchesUnaware || matchesAware, flags); in isMatch()
94 public static boolean reportIfDebug(boolean result, long flags) { in reportIfDebug() method in PackageUserStateUtils
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java9175 return reportIfDebug(false, flags); in isMatch()
9179 return reportIfDebug(false, flags); in isMatch()
9184 return reportIfDebug(false, flags); in isMatch()
9192 return reportIfDebug(matchesUnaware || matchesAware, flags); in isMatch()
9205 public static boolean reportIfDebug(boolean result, long flags) { in reportIfDebug() method in PackageParser
/aosp14/frameworks/base/config/
H A Dboot-profile.txt769 Landroid/content/pm/PackageUserState;->reportIfDebug(ZI)Z
/aosp14/frameworks/base/services/
H A Dart-profile8288 HSPLcom/android/server/pm/pkg/PackageUserStateUtils;->reportIfDebug(ZJ)Z