Home
last modified time | relevance | path

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

/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java167 private CarPropertyManager.GetPropertyCallback mGetPropertyCallback; field in CarPropertyManagerUnitTest
1001 mGetPropertyCallback); in testGetPropertiesAsync() local
1015 /* timeoutInMs= */ 1000, null, null, mGetPropertyCallback); in testGetPropertiesAsyncWithTimeout() local
1066 mGetPropertyCallback); in testGetPropertiesAsync_remoteException() local
1091 mGetPropertyCallback); in testGetPropertiesAsync_clearRequestIdAfterFailed() local
1113 /* callbackExecutor= */ null, mGetPropertyCallback); in testGetPropertiesAsync_cancellationSignalCancelRequests() local
1160 mGetPropertyCallback); in testOnGetValueResult_onSuccess() local
1248 mGetPropertyCallback); in testOnGetValueResult_onFailure() local
1281 mGetPropertyCallback); in testPropertyAsyncError_GetDetailedErrorCode() local
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyTestFragment.java121 private GetPropertyCallback mGetPropertyCallback = new GetPropertyCallback() { field in PropertyTestFragment