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.java152 private final ComponentName mCustomInputServiceComponent; field in CarInputService
294 mCustomInputServiceComponent = customInputServiceComponent; in CarInputService()
595 writer.println("mCustomInputServiceComponent: " + mCustomInputServiceComponent); in dump()
602 if (mCustomInputServiceComponent == null) { in bindCarInputService()
607 Log.d(CarLog.TAG_INPUT, "bindCarInputService, component: " + mCustomInputServiceComponent); in bindCarInputService()
613 intent.setComponent(mCustomInputServiceComponent); in bindCarInputService()