Searched refs:mGetPropertyCallback (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/ |
D | CarPropertyManagerUnitTest.java | 156 private CarPropertyManager.GetPropertyCallback mGetPropertyCallback; field in CarPropertyManagerUnitTest 982 mGetPropertyCallback); in testGetPropertiesAsync() local 996 /* timeoutInMs= */ 1000, null, null, mGetPropertyCallback); in testGetPropertiesAsyncWithTimeout() local 1016 List.of(createGetPropertyRequest()), null, null, mGetPropertyCallback)); in testGetPropertiesAsync_illegalArgumentException() 1028 List.of(createGetPropertyRequest()), null, null, mGetPropertyCallback)); in testGetPropertiesAsync_SecurityException() 1036 null, mGetPropertyCallback)); in tsetGetPropertiesAsync_unsupportedProperty() 1047 mGetPropertyCallback); in testGetPropertiesAsync_remoteException() local 1062 null, mGetPropertyCallback)); in testGetPropertiesAsync_clearRequestIdAfterFailed() 1072 mGetPropertyCallback); in testGetPropertiesAsync_clearRequestIdAfterFailed() local 1094 /* callbackExecutor= */ null, mGetPropertyCallback); in testGetPropertiesAsync_cancellationSignalCancelRequests() local [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
D | PropertyTestFragment.java | 110 private GetPropertyCallback mGetPropertyCallback = new GetPropertyCallback() { field in PropertyTestFragment 222 mGetPropertyCallback); in onCreateView()
|