Home
last modified time | relevance | path

Searched refs:CarPropertyService (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/
H A DPublisherFactory.java21 import com.android.car.CarPropertyService;
37 private final CarPropertyService mCarPropertyService;
48 CarPropertyService carPropertyService, in PublisherFactory()
H A DVehiclePropertyPublisher.java30 import com.android.car.CarPropertyService;
51 private final CarPropertyService mCarPropertyService;
78 public VehiclePropertyPublisher(CarPropertyService carPropertyService, in VehiclePropertyPublisher()
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/
H A DCarTelemetryService.java36 import com.android.car.CarPropertyService;
67 private final CarPropertyService mCarPropertyService;
81 public CarTelemetryService(Context context, CarPropertyService carPropertyService) { in CarTelemetryService()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarNightService.java61 private final CarPropertyService mCarPropertyService;
156 CarNightService(Context context, CarPropertyService propertyService) { in CarNightService()
H A DCarPropertyService.java57 public class CarPropertyService extends ICarProperty.Stub class
60 private static final String TAG = CarLog.tagFor(CarPropertyService.class);
78 public CarPropertyService(Context context, PropertyHalService hal) { in CarPropertyService() method in CarPropertyService
120 CarPropertyService.this.unregisterListenerBinderLocked(propId, mListenerBinder); in binderDied()
H A DBluetoothDeviceConnectionPolicy.java132 private final CarPropertyService mCarPropertyService;
139 mCarPropertyService = CarLocalServices.getService(CarPropertyService.class); in CarServicesHelper()
H A DCarDrivingStateService.java58 private final CarPropertyService mPropertyService;
101 public CarDrivingStateService(Context context, CarPropertyService propertyService) { in CarDrivingStateService()
H A DICarImpl.java116 private final CarPropertyService mCarPropertyService;
214 t, CarPropertyService.class, in ICarImpl()
215 () -> new CarPropertyService(serviceContext, mHal.getPropertyHal())); in ICarImpl()
H A DCarUxRestrictionsManagerService.java134 private final CarPropertyService mCarPropertyService;
189 CarPropertyService propertyService) { in CarUxRestrictionsManagerService()
H A DCarOccupantZoneService.java260 CarPropertyService.class)); in init()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyServiceTest.java62 private CarPropertyService mService;
97 mService = CarLocalServices.getService(CarPropertyService.class); in spyOnBeforeCarImplInit()
H A DCarUxRestrictionsManagerServiceTest.java108 private CarPropertyService mMockCarPropertyService;
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
H A DVehiclePropertyPublisherTest.java41 import com.android.car.CarPropertyService;
94 private CarPropertyService mMockCarPropertyService;
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
H A DCarTelemetryServiceTest.java38 import com.android.car.CarPropertyService;
81 private CarPropertyService mMockCarPropertyService;
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothDeviceConnectionPolicyTest.java106 @Mock private CarPropertyService mMockCarPropertyService;
152 mockGetCarLocalService(CarPropertyService.class, mMockCarPropertyService); in setUp()
H A DCarOccupantZoneServiceTest.java83 private CarPropertyService mCarPropertyService;
223 CarLocalServices.removeServiceForTest(CarPropertyService.class); in setUp()
224 CarLocalServices.addService(CarPropertyService.class, mCarPropertyService); in setUp()
253 CarLocalServices.removeServiceForTest(CarPropertyService.class); in tearDown()
/aosp12/packages/services/Car/service/src/com/android/car/evs/
H A DCarEvsService.java71 import com.android.car.CarPropertyService;
164 private final CarPropertyService mPropertyService;
745 CarPropertyService propertyService) { in CarEvsService()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/
H A DDataBrokerTest.java42 import com.android.car.CarPropertyService;
118 private CarPropertyService mMockCarPropertyService;