Home
last modified time | relevance | path

Searched defs:mGetPropertyCallback (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java156 private CarPropertyManager.GetPropertyCallback mGetPropertyCallback; field in CarPropertyManagerUnitTest
982 mGetPropertyCallback); in testGetPropertiesAsync() local
996 /* timeoutInMs= */ 1000, null, null, mGetPropertyCallback); in testGetPropertiesAsyncWithTimeout() local
1047 mGetPropertyCallback); in testGetPropertiesAsync_remoteException() local
1072 mGetPropertyCallback); in testGetPropertiesAsync_clearRequestIdAfterFailed() local
1094 /* callbackExecutor= */ null, mGetPropertyCallback); in testGetPropertiesAsync_cancellationSignalCancelRequests() local
1141 mGetPropertyCallback); in testOnGetValueResult_onSuccess() local
1229 mGetPropertyCallback); in testOnGetValueResult_onFailure() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyTestFragment.java110 private GetPropertyCallback mGetPropertyCallback = new GetPropertyCallback() { field in PropertyTestFragment