Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DPublisherFactory.java26 import com.android.car.CarPropertyService;
51 private final CarPropertyService mCarPropertyService;
68 @NonNull CarPropertyService carPropertyService, in PublisherFactory()
DVehiclePropertyPublisher.java42 import com.android.car.CarPropertyService;
60 private final CarPropertyService mCarPropertyService;
85 @NonNull CarPropertyService carPropertyService, in VehiclePropertyPublisher()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothDeviceConnectionPolicy.java47 import com.android.car.CarPropertyService;
101 private final CarPropertyService mCarPropertyService;
108 mCarPropertyService = CarLocalServices.getService(CarPropertyService.class); in CarServicesHelper()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothDeviceConnectionPolicyTest.java48 import com.android.car.CarPropertyService;
77 @Mock private CarPropertyService mMockCarPropertyService;
137 mockGetCarLocalService(CarPropertyService.class, mMockCarPropertyService); in setUp()
/packages/services/Car/service/src/com/android/car/telemetry/
DCarTelemetryService.java54 import com.android.car.CarPropertyService;
113 private final CarPropertyService mCarPropertyService;
185 CarPropertyService carPropertyService, in getPublisherFactory()
204 CarPropertyService carPropertyService) { in CarTelemetryService()
213 CarPropertyService carPropertyService, in CarTelemetryService()
/packages/services/Car/service/src/com/android/car/
DCarNightService.java71 private final CarPropertyService mCarPropertyService;
186 CarNightService(Context context, CarPropertyService propertyService) { in CarNightService()
DCarPropertyService.java100 public class CarPropertyService extends ICarProperty.Stub class
102 private static final String TAG = CarLog.tagFor(CarPropertyService.class);
216 public CarPropertyService build() { in build()
221 return new CarPropertyService(this); in build()
239 private CarPropertyService(Builder builder) { in CarPropertyService() method in CarPropertyService
DCarDrivingStateService.java67 private final CarPropertyService mPropertyService;
112 public CarDrivingStateService(Context context, CarPropertyService propertyService) { in CarDrivingStateService()
DICarImpl.java146 private final CarPropertyService mCarPropertyService;
248 t, CarPropertyService.class, in ICarImpl()
249 () -> new CarPropertyService.Builder() in ICarImpl()
DCarUxRestrictionsManagerService.java153 private final CarPropertyService mCarPropertyService;
317 CarPropertyService propertyService, CarOccupantZoneService carOccupantZoneService) { in CarUxRestrictionsManagerService()
DCarOccupantZoneService.java294 CarPropertyService.class)); in init()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java67 import com.android.car.CarPropertyService;
148 private final CarPropertyService mPropertyService;
291 CarPropertyService propertyService) { in CarEvsService()
297 CarPropertyService propertyService, boolean checkDependencies) { in CarEvsService()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyServiceTest.java79 private CarPropertyService mService;
127 mService = CarLocalServices.getService(CarPropertyService.class); in spyOnBeforeCarImplInit()
/packages/services/Car/service/src/com/android/car/property/
DCarPropertyServiceClient.java29 import com.android.car.CarPropertyService;
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantZoneServiceTest.java91 private CarPropertyService mCarPropertyService;
246 CarLocalServices.removeServiceForTest(CarPropertyService.class); in setUp()
247 CarLocalServices.addService(CarPropertyService.class, mCarPropertyService); in setUp()
288 CarLocalServices.removeServiceForTest(CarPropertyService.class); in tearDown()
DCarNightServiceTest.java70 private CarPropertyService mCarPropertyService;
DCarPropertyServiceUnitTest.java109 private CarPropertyService mService;
300 mService = new CarPropertyService.Builder() in setUp()
1207 private final CarPropertyService mService;
1211 EventListener(CarPropertyService service) { in EventListener()
DCarUxRestrictionsManagerServiceTest.java104 private CarPropertyService mMockCarPropertyService;
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DCarTelemetryServiceTest.java59 import com.android.car.CarPropertyService;
105 @Mock private CarPropertyService mMockCarPropertyService;
/packages/services/Car/service/
DOWNERS42 per-file src/com/android/car/CarPropertyService.java = tylertrephan@google.com, shanyu@google.com
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DVehiclePropertyPublisherTest.java43 import com.android.car.CarPropertyService;
286 private CarPropertyService mMockCarPropertyService;
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java89 import com.android.car.CarPropertyService;
167 @Mock private CarPropertyService mMockCarPropertyService;