Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DUinputRegisterCommand.kt41 val firstElementType = data[0]::class in <lambda>() constant in com.android.cts.input.ConfigurationItem
42 if (!data.all { it::class == firstElementType }) { in <lambda>()
43 throw IllegalArgumentException("Elements must have the same type $firstElementType") in <lambda>()