Searched refs:mCustomInputServiceComponent (Results 1 – 1 of 1) sorted by relevance
172 private final ComponentName mCustomInputServiceComponent; field in CarInputService328 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()