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
89 private static final String TAG = CarLog.tagFor(CarProjectionService.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.java113 private final CarProjectionService mCarProjectionService;
264 mCarProjectionService = constructWithTrace(t, CarProjectionService.class, in ICarImpl()
265 () -> new CarProjectionService(serviceContext, null /* handler */, mCarInputService, in ICarImpl()
DCarShellCommand.java354 private final CarProjectionService mCarProjectionService;
372 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()