/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/validation/ |
D | ValidationTest.kt | 39 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/ |
D | proguard.flags | 1 # 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/ |
D | proguard.flags | 42 # 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/ |
D | Android.bp | 80 // 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/ |
D | RoomDatabaseMigrationDetectorTest.kt | 569 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/ |
D | GuardedLogLineDetectorTest.kt | 557 private fun createErrorCountString(errors: Int, warnings: Int): String { in createErrorCountString() 558 return "%d errors, %d warnings".format(errors, warnings) in createErrorCountString()
|
D | LogEnforcementVariableCreationDetectorTest.kt | 874 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/ |
D | ChooserRequestTest.kt | 189 assertThat(result.warnings).isEmpty() in testRequest_actionSendWithAdditionalContentUri_parametersIgnoredWhenFlagDisabled() 242 assertThat(result.warnings).isEmpty() in testRequest_actionViewWithAdditionalContentUri() 260 assertThat(result.warnings).isEmpty() in testAlbumType()
|
D | ResolverRequestTest.kt | 59 assertThat(result.warnings).isEmpty() in createActivityModel()
|
/packages/apps/Gallery2/ |
D | proguard.flags | 1 # 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/ |
D | packets.rs | 4 #![allow(warnings, missing_docs)]
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/validation/ |
D | ValidationResult.kt | 20 data class Valid<T>(val value: T, val warnings: List<Finding> = emptyList()) : ValidationResult<T> { constant in com.android.intentresolver.validation.Valid
|
D | Validation.kt | 122 findings += result.warnings in validate()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ResolverHelper.kt | 125 request.warnings.forEach { it.log(TAG) } in initializeActivity()
|
D | ChooserHelper.kt | 196 request.warnings.forEach { it.log(TAG) } in <lambda>()
|
/packages/apps/LegacyCamera/jni/ |
D | Android.bp | 24 // suppress existing non-critical warnings
|
/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | flex.gni | 65 # Silence some warnings. The autogenerated code includes parts that have
|
D | bison.gni | 67 # Silence some warnings. The autogenerated code includes parts that have
|
/packages/inputmethods/LatinIME/native/dicttoolkit/ |
D | Android.bp | 45 // 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/ |
D | SelectionChangeCallback.kt | 95 result.warnings.forEach { it.log(TAG) } in bundle()
|
/packages/modules/Bluetooth/ |
D | Android.bp | 47 // them to avoid allowing adding new warnings in targets that didn't contained
|
/packages/apps/Car/Launcher/ |
D | build.gradle | 67 // TODO: just pass -Xlint, to enable all the supported types of warnings.
|
/packages/modules/Uwb/service/ |
D | Android.bp | 101 // Without these, there will be missing class warnings and code may be wrongly optimized.
|
/packages/modules/adb/ |
D | test_adb.py | 35 import warnings 236 warnings.simplefilter("ignore", ResourceWarning)
|
/packages/modules/Connectivity/Tethering/ |
D | Android.bp | 182 // references to optimize the code. Without these, there will be missing class warnings and code
|