Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java2607 public void onSuccess(GetPropertyResult getPropertyResult) { in onSuccess() argument
2609 mGetPropertyResults.add(getPropertyResult); in onSuccess()
2715 for (GetPropertyResult<?> getPropertyResult : in verifyGetPropertiesAsync()
2717 int requestId = getPropertyResult.getRequestId(); in verifyGetPropertiesAsync()
2718 int propertyId = getPropertyResult.getPropertyId(); in verifyGetPropertiesAsync()
2722 + getPropertyResult).fail(); in verifyGetPropertiesAsync()
2725 verifyCarPropertyValue(propertyId, getPropertyResult.getAreaId(), in verifyGetPropertiesAsync()
2726 CarPropertyValue.STATUS_AVAILABLE, getPropertyResult.getTimestampNanos(), in verifyGetPropertiesAsync()
2727 (T) getPropertyResult.getValue(), expectedAreaId, in verifyGetPropertiesAsync()
2731 (Float[]) getPropertyResult.getValue()); in verifyGetPropertiesAsync()