Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java86 class CarProjectionService extends ICarProjection.Stub implements CarServiceBase, class
177 CarProjectionService(Context context, @Nullable Handler handler, in CarProjectionService() method in CarProjectionService
876 ProjectionKeyEventHandlerContainer(CarProjectionService service) { in ProjectionKeyEventHandlerContainer()
1031 final WeakReference<CarProjectionService> mServiceRef;
1034 WirelessClientDeathRecipient(CarProjectionService service, WirelessClient client) { in WirelessClientDeathRecipient()
1043 CarProjectionService service = mServiceRef.get(); in binderDied()
DICarImpl.java96 private final CarProjectionService mCarProjectionService;
212 mCarProjectionService = new CarProjectionService( in ICarImpl()
DCarShellCommand.java231 private final CarProjectionService mCarProjectionService;
247 CarProjectionService carProjectionService, in CarShellCommand()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionServiceTest.java84 private CarProjectionService mService;
103 mService = new CarProjectionService(mContext, mHandler, mCarInputService, in setUp()