/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/ |
H A D | PublisherFactory.java | 21 import com.android.car.CarPropertyService; 37 private final CarPropertyService mCarPropertyService; 48 CarPropertyService carPropertyService, in PublisherFactory()
|
H A D | VehiclePropertyPublisher.java | 30 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 D | CarTelemetryService.java | 36 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 D | CarNightService.java | 61 private final CarPropertyService mCarPropertyService; 156 CarNightService(Context context, CarPropertyService propertyService) { in CarNightService()
|
H A D | CarPropertyService.java | 57 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 D | BluetoothDeviceConnectionPolicy.java | 132 private final CarPropertyService mCarPropertyService; 139 mCarPropertyService = CarLocalServices.getService(CarPropertyService.class); in CarServicesHelper()
|
H A D | CarDrivingStateService.java | 58 private final CarPropertyService mPropertyService; 101 public CarDrivingStateService(Context context, CarPropertyService propertyService) { in CarDrivingStateService()
|
H A D | ICarImpl.java | 116 private final CarPropertyService mCarPropertyService; 214 t, CarPropertyService.class, in ICarImpl() 215 () -> new CarPropertyService(serviceContext, mHal.getPropertyHal())); in ICarImpl()
|
H A D | CarUxRestrictionsManagerService.java | 134 private final CarPropertyService mCarPropertyService; 189 CarPropertyService propertyService) { in CarUxRestrictionsManagerService()
|
H A D | CarOccupantZoneService.java | 260 CarPropertyService.class)); in init()
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/ |
H A D | CarPropertyServiceTest.java | 62 private CarPropertyService mService; 97 mService = CarLocalServices.getService(CarPropertyService.class); in spyOnBeforeCarImplInit()
|
H A D | CarUxRestrictionsManagerServiceTest.java | 108 private CarPropertyService mMockCarPropertyService;
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/ |
H A D | VehiclePropertyPublisherTest.java | 41 import com.android.car.CarPropertyService; 94 private CarPropertyService mMockCarPropertyService;
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/ |
H A D | CarTelemetryServiceTest.java | 38 import com.android.car.CarPropertyService; 81 private CarPropertyService mMockCarPropertyService;
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
H A D | BluetoothDeviceConnectionPolicyTest.java | 106 @Mock private CarPropertyService mMockCarPropertyService; 152 mockGetCarLocalService(CarPropertyService.class, mMockCarPropertyService); in setUp()
|
H A D | CarOccupantZoneServiceTest.java | 83 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 D | CarEvsService.java | 71 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 D | DataBrokerTest.java | 42 import com.android.car.CarPropertyService; 118 private CarPropertyService mMockCarPropertyService;
|