/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/ |
D | CarPropertyManagerUnitTest.java | 981 mCarPropertyManager.getPropertiesAsync(List.of(createGetPropertyRequest()), null, null, in testGetPropertiesAsync() 986 verify(mICarProperty).getPropertiesAsync(argumentCaptor.capture(), any(), anyLong()); in testGetPropertiesAsync() 995 mCarPropertyManager.getPropertiesAsync(List.of(createGetPropertyRequest()), in testGetPropertiesAsyncWithTimeout() 1000 verify(mICarProperty).getPropertiesAsync(argumentCaptor.capture(), any(), eq(1000L)); in testGetPropertiesAsyncWithTimeout() 1010 doThrow(exception).when(mICarProperty).getPropertiesAsync(any( in testGetPropertiesAsync_illegalArgumentException() 1015 () -> mCarPropertyManager.getPropertiesAsync( in testGetPropertiesAsync_illegalArgumentException() 1022 doThrow(exception).when(mICarProperty).getPropertiesAsync(any( in testGetPropertiesAsync_SecurityException() 1027 () -> mCarPropertyManager.getPropertiesAsync( in testGetPropertiesAsync_SecurityException() 1034 () -> mCarPropertyManager.getPropertiesAsync( in tsetGetPropertiesAsync_unsupportedProperty() 1042 doThrow(remoteException).when(mICarProperty).getPropertiesAsync(any( in testGetPropertiesAsync_remoteException() [all …]
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | ICarProperty.aidl | 55 void getPropertiesAsync(in AsyncPropertyServiceRequestList asyncPropertyServiceRequests, in getPropertiesAsync() method
|
D | CarPropertyManager.java | 3080 public void getPropertiesAsync( in getPropertiesAsync() method in CarPropertyManager 3114 mService.getPropertiesAsync(new AsyncPropertyServiceRequestList( in getPropertiesAsync() 3137 public void getPropertiesAsync( in getPropertiesAsync() method in CarPropertyManager 3142 getPropertiesAsync(getPropertyRequests, ASYNC_GET_DEFAULT_TIMEOUT_MS, cancellationSignal, in getPropertiesAsync()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarPropertyServiceUnitTest.java | 351 mService.getPropertiesAsync(new AsyncPropertyServiceRequestList(requests), in testGetPropertiesAsync() 361 () -> mService.getPropertiesAsync(null, mAsyncPropertyResultCallback, in testGetPropertiesAsync_throwsExceptionBecauseOfNullRequests() 368 () -> mService.getPropertiesAsync(new AsyncPropertyServiceRequestList(List.of()), in testGetPropertiesAsync_throwsExceptionBecauseOfNullCallback() 378 assertThrows(IllegalArgumentException.class, () -> mService.getPropertiesAsync( in testGetPropertiesAsync_propertyIdNotSupported() 389 assertThrows(SecurityException.class, () -> mService.getPropertiesAsync( in testGetPropertiesAsync_noReadPermission() 399 assertThrows(IllegalArgumentException.class, () -> mService.getPropertiesAsync( in testGetPropertiesAsync_propertyNotReadable() 409 assertThrows(IllegalArgumentException.class, () -> mService.getPropertiesAsync( in testGetPropertiesAsync_areaIdNotSupported() 419 assertThrows(IllegalArgumentException.class, () -> mService.getPropertiesAsync( in testGetPropertiesAsync_timeoutNotPositiveNumber()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarPropertyManagerTest.java | 225 mCarPropertyManager.getPropertiesAsync(getPropertyRequests, /* timeoutInMs= */ 1000, in testGetPropertiesAsyncWithLargeNumberRequests()
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeCarPropertyService.java | 130 public void getPropertiesAsync(AsyncPropertyServiceRequestList asyncPropertyServiceRequests, in getPropertiesAsync() method in FakeCarPropertyService
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
D | PropertyTestFragment.java | 220 mMgr.getPropertiesAsync(List.of(getPropertyRequest), in onCreateView()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 1013 public void getPropertiesAsync( in getPropertiesAsync() method
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarPropertyManagerTest.java | 1252 mManager.getPropertiesAsync(getPropertyRequests, /* timeoutInMs= */ 1000, in testGetPropertiesAsync()
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 774 …method public void getPropertiesAsync(@NonNull java.util.List<android.car.hardware.property.CarPro… 775 …method public void getPropertiesAsync(@NonNull java.util.List<android.car.hardware.property.CarPro…
|
D | lint-baseline.txt | 1488 UnflaggedApi: android.car.hardware.property.CarPropertyManager#getPropertiesAsync(java.util.List<an… 1489 …laggedApi: method android.car.hardware.property.CarPropertyManager.getPropertiesAsync(java.util.Li… 1490 UnflaggedApi: android.car.hardware.property.CarPropertyManager#getPropertiesAsync(java.util.List<an… 1491 …laggedApi: method android.car.hardware.property.CarPropertyManager.getPropertiesAsync(java.util.Li…
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 774 …method public void getPropertiesAsync(@NonNull java.util.List<android.car.hardware.property.CarPro… 775 …method public void getPropertiesAsync(@NonNull java.util.List<android.car.hardware.property.CarPro…
|