Searched defs:mGetPropertyCallback (Results 1 – 2 of 2) sorted by relevance
156 private CarPropertyManager.GetPropertyCallback mGetPropertyCallback; field in CarPropertyManagerUnitTest982 mGetPropertyCallback); in testGetPropertiesAsync() local996 /* timeoutInMs= */ 1000, null, null, mGetPropertyCallback); in testGetPropertiesAsyncWithTimeout() local1047 mGetPropertyCallback); in testGetPropertiesAsync_remoteException() local1072 mGetPropertyCallback); in testGetPropertiesAsync_clearRequestIdAfterFailed() local1094 /* callbackExecutor= */ null, mGetPropertyCallback); in testGetPropertiesAsync_cancellationSignalCancelRequests() local1141 mGetPropertyCallback); in testOnGetValueResult_onSuccess() local1229 mGetPropertyCallback); in testOnGetValueResult_onFailure() local
110 private GetPropertyCallback mGetPropertyCallback = new GetPropertyCallback() { field in PropertyTestFragment