Searched defs:mGetPropertyCallback (Results 1 – 2 of 2) sorted by relevance
167 private CarPropertyManager.GetPropertyCallback mGetPropertyCallback; field in CarPropertyManagerUnitTest1001 mGetPropertyCallback); in testGetPropertiesAsync() local1015 /* timeoutInMs= */ 1000, null, null, mGetPropertyCallback); in testGetPropertiesAsyncWithTimeout() local1066 mGetPropertyCallback); in testGetPropertiesAsync_remoteException() local1091 mGetPropertyCallback); in testGetPropertiesAsync_clearRequestIdAfterFailed() local1113 /* callbackExecutor= */ null, mGetPropertyCallback); in testGetPropertiesAsync_cancellationSignalCancelRequests() local1160 mGetPropertyCallback); in testOnGetValueResult_onSuccess() local1248 mGetPropertyCallback); in testOnGetValueResult_onFailure() local1281 mGetPropertyCallback); in testPropertyAsyncError_GetDetailedErrorCode() local
121 private GetPropertyCallback mGetPropertyCallback = new GetPropertyCallback() { field in PropertyTestFragment