Home
last modified time | relevance | path

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

12

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/validation/
DValidationTest.kt39 assertThat(result.warnings).isEmpty() in required_valuePresent()
71 assertThat(result.warnings).isEmpty() in optional_valuePresent()
87 assertThat(result.warnings).isEmpty() in optional_valueAbsent()
103 assertThat(result.warnings).containsExactly(IgnoredValue("key", "no longer supported")) in ignored_valuePresent()
118 assertThat(result.warnings).isEmpty() in ignored_valueAbsent()
/packages/apps/Camera2/
Dproguard.flags1 # Disable the warnings of using dynamic method call in common library.
33 # Disable the warnings of using dynamic method calls in EffectsRecorder
/packages/apps/Launcher3/
Dproguard.flags42 # BUG(70852369): Surpress additional warnings after changing from Proguard to R8
49 # Ignore warnings for hidden utility classes referenced from the shared lib
/packages/modules/Connectivity/clatd/
DAndroid.bp80 // b/2043314, warnings on memcpy_s, memset_s, snprintf_s calls
82 // Until those warnings are fixed, disable these checks.
/packages/modules/AdServices/adservices/linter/tests/java/android/adservices/lint/test/
DRoomDatabaseMigrationDetectorTest.kt569 private fun createErrorCountString(errors: Int, warnings: Int): String { in createErrorCountString()
570 return "%d errors, %d warnings".format(errors, warnings) in createErrorCountString()
/packages/modules/Bluetooth/tools/lint/checks/tests/com/android/bluetooth/lint/test/
DGuardedLogLineDetectorTest.kt557 private fun createErrorCountString(errors: Int, warnings: Int): String { in createErrorCountString()
558 return "%d errors, %d warnings".format(errors, warnings) in createErrorCountString()
DLogEnforcementVariableCreationDetectorTest.kt874 private fun createErrorCountString(errors: Int, warnings: Int): String { in createErrorCountString()
875 return "%d errors, %d warnings".format(errors, warnings) in createErrorCountString()
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ui/viewmodel/
DChooserRequestTest.kt189 assertThat(result.warnings).isEmpty() in testRequest_actionSendWithAdditionalContentUri_parametersIgnoredWhenFlagDisabled()
242 assertThat(result.warnings).isEmpty() in testRequest_actionViewWithAdditionalContentUri()
260 assertThat(result.warnings).isEmpty() in testAlbumType()
DResolverRequestTest.kt59 assertThat(result.warnings).isEmpty() in createActivityModel()
/packages/apps/Gallery2/
Dproguard.flags1 # Disable the warnings of using dynamic method call in common library.
45 # Disable the warnings of using dynamic method calls in EffectsRecorder
/packages/modules/Bluetooth/system/rust/src/
Dpackets.rs4 #![allow(warnings, missing_docs)]
/packages/modules/IntentResolver/java/src/com/android/intentresolver/validation/
DValidationResult.kt20 data class Valid<T>(val value: T, val warnings: List<Finding> = emptyList()) : ValidationResult<T> { constant in com.android.intentresolver.validation.Valid
DValidation.kt122 findings += result.warnings in validate()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverHelper.kt125 request.warnings.forEach { it.log(TAG) } in initializeActivity()
DChooserHelper.kt196 request.warnings.forEach { it.log(TAG) } in <lambda>()
/packages/apps/LegacyCamera/jni/
DAndroid.bp24 // suppress existing non-critical warnings
/packages/modules/Bluetooth/system/gd/packet/parser/
Dflex.gni65 # Silence some warnings. The autogenerated code includes parts that have
Dbison.gni67 # Silence some warnings. The autogenerated code includes parts that have
/packages/inputmethods/LatinIME/native/dicttoolkit/
DAndroid.bp45 // To suppress compiler warnings for unused variables/functions used for debug features etc.
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/update/
DSelectionChangeCallback.kt95 result.warnings.forEach { it.log(TAG) } in bundle()
/packages/modules/Bluetooth/
DAndroid.bp47 // them to avoid allowing adding new warnings in targets that didn't contained
/packages/apps/Car/Launcher/
Dbuild.gradle67 // TODO: just pass -Xlint, to enable all the supported types of warnings.
/packages/modules/Uwb/service/
DAndroid.bp101 // Without these, there will be missing class warnings and code may be wrongly optimized.
/packages/modules/adb/
Dtest_adb.py35 import warnings
236 warnings.simplefilter("ignore", ResourceWarning)
/packages/modules/Connectivity/Tethering/
DAndroid.bp182 // references to optimize the code. Without these, there will be missing class warnings and code

12