Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserSystemPackageInstaller.java301 final List<String> warnings = getPackagesWhitelistWarnings(); in checkWhitelistedSystemPackages() local
302 final int numberWarnings = warnings.size(); in checkWhitelistedSystemPackages()
310 Slog.w(TAG, warnings.get(i)); in checkWhitelistedSystemPackages()
347 final List<String> warnings = new ArrayList<>(); in getPackagesWhitelistWarnings() local
358 warnings.add(String.format(notPresentFmt, pkgName)); in getPackagesWhitelistWarnings()
360 warnings.add(String.format(notSystemFmt, pkgName)); in getPackagesWhitelistWarnings()
362 warnings.add(String.format(overlayFmt, pkgName)); in getPackagesWhitelistWarnings()
365 return warnings; in getPackagesWhitelistWarnings()
801 final List<String> warnings = getPackagesWhitelistWarnings(); in dumpPackageWhitelistProblems()
802 showIssues(pw, verbose, warnings, "warnings"); in dumpPackageWhitelistProblems()
/aosp14/frameworks/base/tools/lint/
H A DREADME.md82 Baseline files can be used to silence known errors (and warnings) that are deemed to be safe. When
95 baseline file. This contains all lint errors and warnings that were found. So the next time
104 As noted above, this baseline file contains warnings too, which might be undesirable. For example,
105 CI tools might surface these warnings in code reviews. In order to create this file without
106 warnings, we need to pass another flag to lint: `--nowarn`. The easiest way to do this is to
/aosp14/frameworks/base/services/
H A Dproguard_permission.flags8 # suppress build-time warnings.
H A DAndroid.bp203 // Uncomment to enable output of certain warnings (deprecated, unchecked)
H A Dproguard.flags140 # suppress build-time warnings.
/aosp14/frameworks/base/media/jni/soundpool/
H A DAndroid.bp23 // Feel free to disable as needed - as warnings are generally ignored,
24 // we treat warnings as errors.
/aosp14/frameworks/base/native/webview/plat_support/
H A DAndroid.bp78 // To remove warnings from skia header files
/aosp14/frameworks/base/services/incremental/
H A DAndroid.bp38 // Disabling due to many unavoidable warnings from POSIX API usage.
/aosp14/frameworks/base/libs/androidfw/
H A DAndroid.bp153 // This is to suppress warnings/errors from gtest
/aosp14/frameworks/base/api/
H A DAndroid.bp61 // Silence reflection warnings. See b/168689341
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java841 Set<FullScreenIntentDecision> warnings = new HashSet<>(Arrays.asList( in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime() local
849 boolean isWarning = warnings.contains(decision); in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()
/aosp14/frameworks/base/tools/aapt2/
H A Dreadme.md166 - Legacy mode: treats some class of errors as warnings in order to be more compatible
/aosp14/frameworks/base/media/native/midi/include/
H A DDoxyfile434 # Note: This will also disable the warnings about undocumented members that are
731 # this implies that the warnings are on.
733 # Tip: Turn warnings on while writing the documentation.
739 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
745 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
753 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that