Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputManagerTest.kt60 private val deviceGenerationMap = mutableMapOf<Int /*deviceId*/, Int /*generation*/>() regex
74 deviceGenerationMap.keys.toIntArray()
88 val generation = deviceGenerationMap[deviceId]?.plus(1)
90 deviceGenerationMap[deviceId] = generation
94 val list = deviceGenerationMap.flatMap { listOf(it.key, it.value) }
105 deviceGenerationMap[deviceId] = 0
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DBatteryControllerTests.kt201 private val deviceGenerationMap = mutableMapOf<Int /*deviceId*/, Int /*generation*/>() regex
211 deviceGenerationMap.keys.toIntArray()
230 val generation = deviceGenerationMap[deviceId]?.plus(1)
232 deviceGenerationMap[deviceId] = generation
236 val list = deviceGenerationMap.flatMap { listOf(it.key, it.value) }
247 deviceGenerationMap[deviceId] = 0