Home
last modified time | relevance | path

Searched refs:GetPropertyResult (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/common_utils/src/com/android/car/test/
DTestPropertyAsyncCallback.java39 private final List<CarPropertyManager.GetPropertyResult<?>> mGetResultList =
53 public void onSuccess(@NonNull CarPropertyManager.GetPropertyResult<?> getPropertyResult) { in onSuccess()
117 public List<CarPropertyManager.GetPropertyResult<?>> getGetResultList() { in getGetResultList()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java227 void onSuccess(@NonNull GetPropertyResult<?> getPropertyResult); in onSuccess()
620 public static final class GetPropertyResult<T> { class in CarPropertyManager
678 GetPropertyResult(int requestId, int propertyId, int areaId, long timestampNanos, in GetPropertyResult() method in CarPropertyManager.GetPropertyResult
798 PropertyResultCallback<GetPropertyCallback, GetPropertyResult> {
799 public GetPropertyResult build(int requestId, int propertyId, int areaId, in build()
801 return new GetPropertyResult(requestId, propertyId, areaId, timestampNanos, value); in build()
804 public void onSuccess(GetPropertyCallback callback, GetPropertyResult result) { in onSuccess()
857 this.<GetPropertyRequest, GetPropertyCallback, GetPropertyResult>onResults( in onGetValueResults()
/packages/services/Car/tools/GenericCarApiBuilder/scripts/api-coverage/
Dapis-without-coverage.txt16 android.car.hardware.property.CarPropertyManager.GetPropertyResult#getTimestampNanos()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyTestFragment.java34 import android.car.hardware.property.CarPropertyManager.GetPropertyResult;
112 public void onSuccess(@NonNull GetPropertyResult<?> getPropertyResult) {
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarPropertyManagerTest.java230 List<CarPropertyManager.GetPropertyResult<?>> results = callback.getGetResultList(); in testGetPropertiesAsyncWithLargeNumberRequests()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java37 import android.car.hardware.property.CarPropertyManager.GetPropertyResult;
1260 List<GetPropertyResult<?>> results = callback.getGetResultList(); in testGetPropertiesAsync()
1263 for (GetPropertyResult<?> result : results) { in testGetPropertiesAsync()
/packages/services/Car/car-lib/api/
Dlint-baseline.txt1542 …tPropertyCallback#onSuccess(android.car.hardware.property.CarPropertyManager.GetPropertyResult<?>):
1543 …etPropertyCallback.onSuccess(android.car.hardware.property.CarPropertyManager.GetPropertyResult<?>)
1552 UnflaggedApi: android.car.hardware.property.CarPropertyManager.GetPropertyResult:
1553 … flagged with @FlaggedApi: class android.car.hardware.property.CarPropertyManager.GetPropertyResult
1554 UnflaggedApi: android.car.hardware.property.CarPropertyManager.GetPropertyResult#getAreaId():
1555 … @FlaggedApi: method android.car.hardware.property.CarPropertyManager.GetPropertyResult.getAreaId()
1556 UnflaggedApi: android.car.hardware.property.CarPropertyManager.GetPropertyResult#getPropertyId():
1557 …FlaggedApi: method android.car.hardware.property.CarPropertyManager.GetPropertyResult.getPropertyI…
1558 UnflaggedApi: android.car.hardware.property.CarPropertyManager.GetPropertyResult#getRequestId():
1559 …FlaggedApi: method android.car.hardware.property.CarPropertyManager.GetPropertyResult.getRequestId…
[all …]
Dcurrent.txt827 …lic void onSuccess(@NonNull android.car.hardware.property.CarPropertyManager.GetPropertyResult<?>);
836 public static final class CarPropertyManager.GetPropertyResult<T> {
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java26 import static android.car.hardware.property.CarPropertyManager.GetPropertyResult;
175 private ArgumentCaptor<GetPropertyResult<?>> mGetPropertyResultCaptor;
1145 GetPropertyResult<Float> gotResult = (GetPropertyResult<Float>) in testOnGetValueResult_onSuccess()
1191 List<GetPropertyResult<?>> gotPropertyResults = mGetPropertyResultCaptor.getAllValues(); in testOnGetValueResult_onSuccessMultipleRequests()
/packages/services/Car/car-lib-module/api/
Dcurrent.txt827 …lic void onSuccess(@NonNull android.car.hardware.property.CarPropertyManager.GetPropertyResult<?>);
836 public static final class CarPropertyManager.GetPropertyResult<T> {