Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarInputService.java172 private final ComponentName mCustomInputServiceComponent; field in CarInputService
328 mCustomInputServiceComponent = customInputServiceComponent; in CarInputService()
708 writer.println("mCustomInputServiceComponent: " + mCustomInputServiceComponent); in dump()
718 if (mCustomInputServiceComponent == null) { in bindCarInputService()
723 Log.d(CarLog.TAG_INPUT, "bindCarInputService, component: " + mCustomInputServiceComponent); in bindCarInputService()
729 intent.setComponent(mCustomInputServiceComponent); in bindCarInputService()