Home
last modified time | relevance | path

Searched defs:arrayFailure (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/processors/immutability/src/android/processor/immutability/
DMessageUtils.kt38 fun arrayFailure() = "Array types are not supported as they can be mutated by callers" method
/frameworks/base/tools/processors/immutability/test/android/processor/
DImmutabilityProcessorTest.kt401 private fun arrayFailure(line: Long) = in <lambda>() method in android.processor.ImmutabilityProcessorTest