Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DInputHalService.java98 private boolean mKeyInputSupported; field in InputHalService
130 if (!mKeyInputSupported && !mRotaryInputSupported && !mCustomInputSupported) { in setInputListener()
135 keyInputSupported = mKeyInputSupported; in setInputListener()
153 return mKeyInputSupported; in isKeyInputSupported()
179 mKeyInputSupported = false; in release()
196 mKeyInputSupported = true; in takeProperties()
422 writer.println("mKeyInputSupported:" + mKeyInputSupported);