Home
last modified time | relevance | path

Searched refs:setPropertiesAsync (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java430 mService.setPropertiesAsync(new AsyncPropertyServiceRequestList(requests), in testSetPropertiesAsync()
445 mService.setPropertiesAsync(new AsyncPropertyServiceRequestList(requests), in testSetPropertiesAsync_noWaitForPropertyUpdate()
455 () -> mService.setPropertiesAsync(null, mAsyncPropertyResultCallback, in testSetPropertiesAsync_throwsExceptionBecauseOfNullRequests()
462 () -> mService.setPropertiesAsync(new AsyncPropertyServiceRequestList(List.of()), in testSetPropertiesAsync_throwsExceptionBecauseOfNullCallback()
471 assertThrows(IllegalArgumentException.class, () -> mService.setPropertiesAsync( in testSetPropertiesAsync_mismatchPropertyId()
482 assertThrows(IllegalArgumentException.class, () -> mService.setPropertiesAsync( in testSetPropertiesAsync_mismatchAreaId()
492 assertThrows(NullPointerException.class, () -> mService.setPropertiesAsync( in testSetPropertiesAsync_nullPropertyValueToSet()
503 assertThrows(IllegalArgumentException.class, () -> mService.setPropertiesAsync( in testSetPropertiesAsync_nullValueToSet()
514 assertThrows(IllegalArgumentException.class, () -> mService.setPropertiesAsync( in testSetPropertiesAsync_mismatchPropertyType()
525 assertThrows(IllegalArgumentException.class, () -> mService.setPropertiesAsync( in testSetPropertiesAsync_valueLargerThanMaxValue()
[all …]
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1277 mCarPropertyManager.setPropertiesAsync(List.of(setPropertyRequest), null, null, in testSetPropertiesAsync()
1280 verify(mICarProperty).setPropertiesAsync(mAsyncPropertyServiceRequestCaptor.capture(), in testSetPropertiesAsync()
1301 () -> mCarPropertyManager.setPropertiesAsync( in testSetPropertiesAsync_nullRequests()
1308 () -> mCarPropertyManager.setPropertiesAsync( in testSetPropertiesAsync_nullCallback()
1314 mCarPropertyManager.setPropertiesAsync(List.of(createSetPropertyRequest()), in testSetPropertiesAsyncWithTimeout()
1318 verify(mICarProperty).setPropertiesAsync(mAsyncPropertyServiceRequestCaptor.capture(), in testSetPropertiesAsyncWithTimeout()
1334 doThrow(new IllegalArgumentException()).when(mICarProperty).setPropertiesAsync( in testSetPropertiesAsync_illegalArgumentException()
1339 () -> mCarPropertyManager.setPropertiesAsync( in testSetPropertiesAsync_illegalArgumentException()
1345 doThrow(new SecurityException()).when(mICarProperty).setPropertiesAsync( in testSetPropertiesAsync_SecurityException()
1350 () -> mCarPropertyManager.setPropertiesAsync( in testSetPropertiesAsync_SecurityException()
[all …]
/packages/services/Car/car-lib/src/android/car/hardware/property/
DICarProperty.aidl69 void setPropertiesAsync(in AsyncPropertyServiceRequestList asyncPropertyServiceRequests, in setPropertiesAsync() method
DCarPropertyManager.java3197 public void setPropertiesAsync( in setPropertiesAsync() method in CarPropertyManager
3232 mService.setPropertiesAsync(new AsyncPropertyServiceRequestList( in setPropertiesAsync()
3255 public void setPropertiesAsync( in setPropertiesAsync() method in CarPropertyManager
3260 setPropertiesAsync(setPropertyRequests, ASYNC_GET_DEFAULT_TIMEOUT_MS, cancellationSignal, in setPropertiesAsync()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarPropertyManagerTest.java181 mCarPropertyManager.setPropertiesAsync(setPropertyRequests, /* timeoutInMs= */ 1000, in testSetPropertiesAsyncWithLargeNumberRequests()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java148 public void setPropertiesAsync(AsyncPropertyServiceRequestList asyncPropertyServiceRequests, in setPropertiesAsync() method in FakeCarPropertyService
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyTestFragment.java525 mMgr.setPropertiesAsync( in callSetPropertiesAsync()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java1039 public void setPropertiesAsync(AsyncPropertyServiceRequestList setPropertyServiceRequests, in setPropertiesAsync() method
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java1370 mManager.setPropertiesAsync(setPropertyRequests, /* timeoutInMs= */ 1000, in testSetPropertiesAsync()
/packages/services/Car/car-lib/api/
Dcurrent.txt785 …method public void setPropertiesAsync(@NonNull java.util.List<android.car.hardware.property.CarPro…
786 …method public void setPropertiesAsync(@NonNull java.util.List<android.car.hardware.property.CarPro…
Dlint-baseline.txt1510 UnflaggedApi: android.car.hardware.property.CarPropertyManager#setPropertiesAsync(java.util.List<an…
1511 …laggedApi: method android.car.hardware.property.CarPropertyManager.setPropertiesAsync(java.util.Li…
1512 UnflaggedApi: android.car.hardware.property.CarPropertyManager#setPropertiesAsync(java.util.List<an…
1513 …laggedApi: method android.car.hardware.property.CarPropertyManager.setPropertiesAsync(java.util.Li…
/packages/services/Car/car-lib-module/api/
Dcurrent.txt785 …method public void setPropertiesAsync(@NonNull java.util.List<android.car.hardware.property.CarPro…
786 …method public void setPropertiesAsync(@NonNull java.util.List<android.car.hardware.property.CarPro…