Searched refs:reportIfDebug (Results 1 – 1 of 1) sorted by relevance
143 && !(isSystemApp && matchUninstalled)) return reportIfDebug(false, flags); in isMatch()144 if (!isEnabled(componentInfo, flags)) return reportIfDebug(false, flags); in isMatch()148 return reportIfDebug(false, flags); in isMatch()156 return reportIfDebug(matchesUnaware || matchesAware, flags); in isMatch()159 private boolean reportIfDebug(boolean result, int flags) { in reportIfDebug() method in PackageUserState