Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/
DKeyboardRepository.kt112 .map { (ids, change) -> ids.filter { id -> isPhysicalFullKeyboard(id) } to change } in change()
162 private fun isPhysicalFullKeyboard(deviceId: Int): Boolean { in isPhysicalFullKeyboard() method in com.android.systemui.keyboard.data.repository.KeyboardRepositoryImpl