Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java317 int indentsCount; in dispatchKeyInput() local
324 indentsCount = value.getInt32ValuesSize() < 4 ? 1 : value.getInt32Value(3); in dispatchKeyInput()
326 code, action, vehicleDisplay, indentsCount); in dispatchKeyInput()
332 while (indentsCount > 0) { in dispatchKeyInput()
333 indentsCount--; in dispatchKeyInput()