Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java101 private IAsyncPropertyResultCallback mAsyncPropertyResultCallback; field in CarPropertyServiceUnitTest
352 mAsyncPropertyResultCallback, ASYNC_TIMEOUT_MS); in testGetPropertiesAsync()
361 () -> mService.getPropertiesAsync(null, mAsyncPropertyResultCallback, in testGetPropertiesAsync_throwsExceptionBecauseOfNullRequests()
380 mAsyncPropertyResultCallback, ASYNC_TIMEOUT_MS)); in testGetPropertiesAsync_propertyIdNotSupported()
391 mAsyncPropertyResultCallback, ASYNC_TIMEOUT_MS)); in testGetPropertiesAsync_noReadPermission()
401 mAsyncPropertyResultCallback, ASYNC_TIMEOUT_MS)); in testGetPropertiesAsync_propertyNotReadable()
411 mAsyncPropertyResultCallback, ASYNC_TIMEOUT_MS)); in testGetPropertiesAsync_areaIdNotSupported()
421 mAsyncPropertyResultCallback, /* timeoutInMs= */ 0)); in testGetPropertiesAsync_timeoutNotPositiveNumber()
431 mAsyncPropertyResultCallback, ASYNC_TIMEOUT_MS); in testSetPropertiesAsync()
446 mAsyncPropertyResultCallback, ASYNC_TIMEOUT_MS); in testSetPropertiesAsync_noWaitForPropertyUpdate()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java454 private final IAsyncPropertyResultCallback mAsyncPropertyResultCallback; field in PropertyHalService.VehicleStubCallback
459 mAsyncPropertyResultCallback = asyncPropertyResultCallback; in VehicleStubCallback()
500 mAsyncPropertyResultCallback.onGetValueResults( in sendGetValueResults()
514 mAsyncPropertyResultCallback.onSetValueResults( in sendSetValueResults()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java116 private final AsyncPropertyResultCallback mAsyncPropertyResultCallback = field in CarPropertyManager
3115 getPropertyServiceRequests), mAsyncPropertyResultCallback, timeoutInMs); in getPropertiesAsync()
3233 setPropertyServiceRequests), mAsyncPropertyResultCallback, timeoutInMs); in setPropertiesAsync()