Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java2580 private final List<GetPropertyResult<?>> mGetPropertyResults = new ArrayList<>(); field in VehiclePropertyVerifier.TestGetPropertyCallback
2596 return mGetPropertyResults; in getGetPropertyResults()
2609 mGetPropertyResults.add(getPropertyResult); in onSuccess()