Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java126 private boolean mKeyInputSupported; field in InputHalService
167 if (!mKeyInputSupported && !mRotaryInputSupported && !mCustomInputSupported) { in setInputListener()
172 keyInputSupported = mKeyInputSupported; in setInputListener()
198 return mKeyInputSupported; in isKeyInputSupported()
238 mKeyInputSupported = false; in release()
257 mKeyInputSupported = true; in takeProperties()
904 writer.println("mKeyInputSupported:" + mKeyInputSupported);