Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DICarImpl.java145 private final CarProjectionService mCarProjectionService; field in ICarImpl
335 mCarProjectionService = constructWithTrace(t, CarProjectionService.class, in ICarImpl()
638 return mCarProjectionService; in getCarService()
DCarShellCommand.java541 private final CarProjectionService mCarProjectionService; field in CarShellCommand
571 mCarProjectionService = (CarProjectionService) allServicesByClazz.get( in CarShellCommand()
1282 mCarProjectionService.setUiMode(Integer.valueOf(args[1])); in exec()
1288 mCarProjectionService.setAccessPointTethering(Boolean.parseBoolean(args[1])); in exec()
1294 mCarProjectionService.setStableLocalOnlyHotspotConfig( in exec()