Home
last modified time | relevance | path

Searched refs:SetPropertyResult (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/common_utils/src/com/android/car/test/
DTestPropertyAsyncCallback.java42 private final List<CarPropertyManager.SetPropertyResult> mSetResultList = new ArrayList<>();
68 public void onSuccess(@NonNull CarPropertyManager.SetPropertyResult setPropertyResult) { in onSuccess()
123 public List<CarPropertyManager.SetPropertyResult> getSetResultList() { in getSetResultList()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java265 void onSuccess(@NonNull SetPropertyResult setPropertyResult); in onSuccess()
713 public static final class SetPropertyResult { class in CarPropertyManager
758 SetPropertyResult(int requestId, int propertyId, int areaId, long updateTimestampNanos) { in SetPropertyResult() method in CarPropertyManager.SetPropertyResult
823 PropertyResultCallback<SetPropertyCallback, SetPropertyResult> {
824 public SetPropertyResult build(int requestId, int propertyId, int areaId, in build()
826 return new SetPropertyResult(requestId, propertyId, areaId, timestampNanos); in build()
829 public void onSuccess(SetPropertyCallback callback, SetPropertyResult result) { in onSuccess()
863 this.<SetPropertyRequest<?>, SetPropertyCallback, SetPropertyResult>onResults( in onSetValueResults()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarPropertyManagerTest.java186 List<CarPropertyManager.SetPropertyResult> results = callback.getSetResultList(); in testSetPropertiesAsyncWithLargeNumberRequests()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java40 import android.car.hardware.property.CarPropertyManager.SetPropertyResult;
1378 List<SetPropertyResult> results = callback.getSetResultList(); in testSetPropertiesAsync()
1381 for (SetPropertyResult result : results) { in testSetPropertiesAsync()
/packages/services/Car/car-lib/api/
Dlint-baseline.txt1578 ….SetPropertyCallback#onSuccess(android.car.hardware.property.CarPropertyManager.SetPropertyResult):
1579 …r.SetPropertyCallback.onSuccess(android.car.hardware.property.CarPropertyManager.SetPropertyResult)
1598 UnflaggedApi: android.car.hardware.property.CarPropertyManager.SetPropertyResult:
1599 … flagged with @FlaggedApi: class android.car.hardware.property.CarPropertyManager.SetPropertyResult
1600 UnflaggedApi: android.car.hardware.property.CarPropertyManager.SetPropertyResult#getAreaId():
1601 … @FlaggedApi: method android.car.hardware.property.CarPropertyManager.SetPropertyResult.getAreaId()
1602 UnflaggedApi: android.car.hardware.property.CarPropertyManager.SetPropertyResult#getPropertyId():
1603 …FlaggedApi: method android.car.hardware.property.CarPropertyManager.SetPropertyResult.getPropertyI…
1604 UnflaggedApi: android.car.hardware.property.CarPropertyManager.SetPropertyResult#getRequestId():
1605 …FlaggedApi: method android.car.hardware.property.CarPropertyManager.SetPropertyResult.getRequestId…
[all …]
Dcurrent.txt854 …public void onSuccess(@NonNull android.car.hardware.property.CarPropertyManager.SetPropertyResult);
868 public static final class CarPropertyManager.SetPropertyResult {
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyTestFragment.java132 @NonNull CarPropertyManager.SetPropertyResult setPropertyResult) {
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java30 import static android.car.hardware.property.CarPropertyManager.SetPropertyResult;
177 private ArgumentCaptor<SetPropertyResult> mSetPropertyResultCaptor;
1639 SetPropertyResult gotResult = mSetPropertyResultCaptor.getValue(); in testOnSetValueResult_onSuccess()
1685 List<SetPropertyResult> gotPropertyResults = mSetPropertyResultCaptor.getAllValues(); in testOnSetValueResult_onSuccessMultipleRequests()
/packages/services/Car/car-lib-module/api/
Dcurrent.txt854 …public void onSuccess(@NonNull android.car.hardware.property.CarPropertyManager.SetPropertyResult);
868 public static final class CarPropertyManager.SetPropertyResult {