Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionServiceTest.java103 private CarProjectionService mService;
149 mService = new CarProjectionService(mContext, mHandler, mCarInputService, in setUp()
210 CarProjectionService anotherServiceInstance = new CarProjectionService( in startLohsWithStableCredentials_success()
347 mService = new CarProjectionService(mContext, mHandler, mCarInputService, in getProjectionOptions_staticLohsCredentialsApMode()
360 mService = new CarProjectionService(mContext, mHandler, mCarInputService, in getProjectionOptions_tetheredApMode()
479 mService = new CarProjectionService(mContext, mHandler, mCarInputService, in isBluetoothProfileInhibited()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java98 class CarProjectionService extends ICarProjection.Stub implements CarServiceBase, class
101 private static final String TAG = CarLog.tagFor(CarProjectionService.class);
199 CarProjectionService(Context context, @Nullable Handler handler, in CarProjectionService() method in CarProjectionService
997 ProjectionKeyEventHandlerContainer(CarProjectionService service) { in ProjectionKeyEventHandlerContainer()
1169 final WeakReference<CarProjectionService> mServiceRef;
1172 WirelessClientDeathRecipient(CarProjectionService service, WirelessClient client) { in WirelessClientDeathRecipient()
1181 CarProjectionService service = mServiceRef.get(); in binderDied()
DICarImpl.java145 private final CarProjectionService mCarProjectionService;
335 mCarProjectionService = constructWithTrace(t, CarProjectionService.class, in ICarImpl()
336 () -> new CarProjectionService(mContext, null /* handler */, mCarInputService, in ICarImpl()
DCarShellCommand.java541 private final CarProjectionService mCarProjectionService;
571 mCarProjectionService = (CarProjectionService) allServicesByClazz.get( in CarShellCommand()
572 CarProjectionService.class); in CarShellCommand()