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