/packages/services/Car/service/src/com/android/car/telemetry/publisher/ |
D | PublisherFactory.java | 26 import com.android.car.CarPropertyService; 51 private final CarPropertyService mCarPropertyService; 68 @NonNull CarPropertyService carPropertyService, in PublisherFactory()
|
D | VehiclePropertyPublisher.java | 42 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/ |
D | BluetoothDeviceConnectionPolicy.java | 47 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/ |
D | BluetoothDeviceConnectionPolicyTest.java | 48 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/ |
D | CarTelemetryService.java | 54 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/ |
D | CarNightService.java | 71 private final CarPropertyService mCarPropertyService; 186 CarNightService(Context context, CarPropertyService propertyService) { in CarNightService()
|
D | CarPropertyService.java | 100 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
|
D | CarDrivingStateService.java | 67 private final CarPropertyService mPropertyService; 112 public CarDrivingStateService(Context context, CarPropertyService propertyService) { in CarDrivingStateService()
|
D | ICarImpl.java | 146 private final CarPropertyService mCarPropertyService; 248 t, CarPropertyService.class, in ICarImpl() 249 () -> new CarPropertyService.Builder() in ICarImpl()
|
D | CarUxRestrictionsManagerService.java | 153 private final CarPropertyService mCarPropertyService; 317 CarPropertyService propertyService, CarOccupantZoneService carOccupantZoneService) { in CarUxRestrictionsManagerService()
|
D | CarOccupantZoneService.java | 294 CarPropertyService.class)); in init()
|
/packages/services/Car/service/src/com/android/car/evs/ |
D | CarEvsService.java | 67 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/ |
D | CarPropertyServiceTest.java | 79 private CarPropertyService mService; 127 mService = CarLocalServices.getService(CarPropertyService.class); in spyOnBeforeCarImplInit()
|
/packages/services/Car/service/src/com/android/car/property/ |
D | CarPropertyServiceClient.java | 29 import com.android.car.CarPropertyService;
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarOccupantZoneServiceTest.java | 91 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()
|
D | CarNightServiceTest.java | 70 private CarPropertyService mCarPropertyService;
|
D | CarPropertyServiceUnitTest.java | 109 private CarPropertyService mService; 300 mService = new CarPropertyService.Builder() in setUp() 1207 private final CarPropertyService mService; 1211 EventListener(CarPropertyService service) { in EventListener()
|
D | CarUxRestrictionsManagerServiceTest.java | 104 private CarPropertyService mMockCarPropertyService;
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/ |
D | CarTelemetryServiceTest.java | 59 import com.android.car.CarPropertyService; 105 @Mock private CarPropertyService mMockCarPropertyService;
|
/packages/services/Car/service/ |
D | OWNERS | 42 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/ |
D | VehiclePropertyPublisherTest.java | 43 import com.android.car.CarPropertyService; 286 private CarPropertyService mMockCarPropertyService;
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/ |
D | CarEvsServiceUnitTest.java | 89 import com.android.car.CarPropertyService; 167 @Mock private CarPropertyService mMockCarPropertyService;
|