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.java113 private final CarProjectionService mCarProjectionService; field in ICarImpl
264 mCarProjectionService = constructWithTrace(t, CarProjectionService.class, in ICarImpl()
385 allServices.add(mCarProjectionService); in ICarImpl()
586 return mCarProjectionService; in getCarService()
845 mCarProjectionService, mCarPowerManagementService, mFixedActivityService, in newCarShellCommand()
DCarShellCommand.java354 private final CarProjectionService mCarProjectionService; field in CarShellCommand
388 mCarProjectionService = carProjectionService; in CarShellCommand()
799 mCarProjectionService.setUiMode(Integer.valueOf(args[1])); in exec()
805 mCarProjectionService.setAccessPointTethering(Boolean.valueOf(args[1])); in exec()