Home
last modified time | relevance | path

Searched refs:createCarSubscriptionOption (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java638 verify(mHalService).subscribeProperty(List.of(createCarSubscriptionOption(SPEED_ID, in testRegisterUnregisterForContinuousProperty()
651 verify(mHalService).subscribeProperty(List.of(createCarSubscriptionOption(SPEED_ID, in testRegisterUnregisterForContinuousProperty()
664 verify(mHalService).subscribeProperty(List.of(createCarSubscriptionOption(SPEED_ID, in testRegisterUnregisterForContinuousProperty()
687 createCarSubscriptionOption(SPEED_ID, new int[]{0}, 20f), in testRegisterForMultipleProperties()
688 createCarSubscriptionOption(HVAC_TEMP, new int[]{0}, 0f)), in testRegisterForMultipleProperties()
693 createCarSubscriptionOption(SPEED_ID, new int[]{0}, 20f), in testRegisterForMultipleProperties()
694 createCarSubscriptionOption(HVAC_TEMP, new int[]{0}, 0f))); in testRegisterForMultipleProperties()
733 verify(mHalService).subscribeProperty(List.of(createCarSubscriptionOption( in testRegisterUnregisterForOnChangeProperty()
780 createCarSubscriptionOption(SPEED_ID, new int[]{0}, 20f), in testRegisterListenerWithSubscription()
781 createCarSubscriptionOption(HVAC_TEMP, new int[]{0}, 0f)); in testRegisterListenerWithSubscription()
[all …]
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java200 private static CarSubscription createCarSubscriptionOption(int propertyId, in createCarSubscriptionOption() method in CarPropertyManagerUnitTest
202 return createCarSubscriptionOption(propertyId, areaId, updateRateHz, in createCarSubscriptionOption()
206 private static CarSubscription createCarSubscriptionOption(int propertyId, in createCarSubscriptionOption() method in CarPropertyManagerUnitTest
1748 createCarSubscriptionOption(VENDOR_CONTINUOUS_PROPERTY, new int[]{0}, in testRegisterCallback_registersWithServiceOnFirstCallback()
1758 createCarSubscriptionOption(VENDOR_CONTINUOUS_PROPERTY, new int[]{0}, in testRegisterCallback_registersWithMaxUpdateRateOnFirstCallback()
1768 createCarSubscriptionOption(VENDOR_CONTINUOUS_PROPERTY, new int[]{0}, in testRegisterCallback_registersWithMinUpdateRateOnFirstCallback()
1778 createCarSubscriptionOption(VENDOR_ON_CHANGE_PROPERTY, new int[]{0}, in testRegisterCallback_registersWithOnChangeRateForOnChangeProperty()
1789 createCarSubscriptionOption(VENDOR_STATIC_PROPERTY, new int[]{0}, in testRegisterCallback_registersWithOnChangeRateForStaticProperty()
1798 eq(List.of(createCarSubscriptionOption(VENDOR_ON_CHANGE_PROPERTY, new int[] {0}, in testRegisterCallback_returnsFalseForRemoteException()
1810 createCarSubscriptionOption(VENDOR_ON_CHANGE_PROPERTY, new int[] {0}, in testRegisterCallback_recoversAfterFirstRemoteException()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java1556 mPropertyHalService.subscribeProperty(List.of(createCarSubscriptionOption( in testSetCarPropertyValuesAsync_updateSubscriptionRate()
1575 mPropertyHalService.subscribeProperty(List.of(createCarSubscriptionOption( in testSetCarPropertyValuesAsync_updateSubscriptionRate()
1646 carSubscriptions.add(createCarSubscriptionOption(PERF_VEHICLE_SPEED, new int[] {1}, in testMultipleSetCarPropertyValuesAsync_updateSubscriptionRateWithDifferentAreaIds()
1657 carSubscriptions.add(createCarSubscriptionOption(PERF_VEHICLE_SPEED, new int[] {2}, in testMultipleSetCarPropertyValuesAsync_updateSubscriptionRateWithDifferentAreaIds()
1682 carSubscriptions.add(createCarSubscriptionOption(PERF_VEHICLE_SPEED, new int[] {1}, in testMultipleSetCarPropertyValuesAsync_updateSubscriptionRateWithDifferentAreaIds()
1693 carSubscriptions.add(createCarSubscriptionOption(PERF_VEHICLE_SPEED, new int[] {2}, in testMultipleSetCarPropertyValuesAsync_updateSubscriptionRateWithDifferentAreaIds()
1766 carSubscriptions.add(createCarSubscriptionOption(PERF_VEHICLE_SPEED, new int[] {1}, in testMultipleSetCarPropertyValuesAsync_overlappingSetAsync()
1768 carSubscriptions.add(createCarSubscriptionOption(PERF_VEHICLE_SPEED, new int[] {2}, in testMultipleSetCarPropertyValuesAsync_overlappingSetAsync()
1838 mPropertyHalService.subscribeProperty(List.of(createCarSubscriptionOption( in testSetCarPropertyValuesAsync_withSubscriptionFromDifferentAreaIds()
1861 carSubscriptions.add(createCarSubscriptionOption(PERF_VEHICLE_SPEED, new int[] {1}, in testSetCarPropertyValuesAsync_withSubscriptionFromDifferentAreaIds()
[all …]