Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java68 public synchronized boolean isKeyInputSupported() { in isKeyInputSupported() method in InputHalService
/packages/services/Car/service/src/com/android/car/
DCarInputService.java186 if (!mInputHalService.isKeyInputSupported()) { in init()