Home
last modified time | relevance | path

Searched refs:TestErrorCallback (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java448 TestErrorCallback callback = new TestErrorCallback(); in testNotReceiveOnErrorEvent()
460 TestErrorCallback callback = new TestErrorCallback(); in testReceiveOnErrorEvent()
478 TestErrorCallback callback1 = new TestErrorCallback(); in testNotReceiveOnErrorEventAfterUnregister()
482 TestErrorCallback callback2 = new TestErrorCallback(); in testNotReceiveOnErrorEventAfterUnregister()
1081 private static class TestErrorCallback implements CarPropertyManager.CarPropertyEventCallback { class in CarPropertyManagerTest