Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarInputService.java289 String carInputService = context.getString(R.string.inputService); in getDefaultInputComponent() local
290 return TextUtils.isEmpty(carInputService) in getDefaultInputComponent()
291 ? null : ComponentName.unflattenFromString(carInputService); in getDefaultInputComponent()
DCarProjectionService.java178 CarInputService carInputService, CarBluetoothService carBluetoothService) { in CarProjectionService() argument
181 mCarInputService = carInputService; in CarProjectionService()
DCarShellCommand.java252 CarInputService carInputService, in CarShellCommand() argument
267 mCarInputService = carInputService; in CarShellCommand()
/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java210 CarInputService carInputService) { in InstrumentClusterService() argument
213 mCarInputService = carInputService; in InstrumentClusterService()