Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java918 mService.finishHandlerTasks(/*timeoutInMs=*/ 1000); in testRegisterListenerWithSubscription_exceptionFromPropertyHalService_retry()
1148 mService.finishHandlerTasks(/*timeoutInMs=*/ 1000); in testUnregisterListener_exceptionFromPropertyHalService_retry()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java253 void finishHandlerTasks(int timeoutInMs) throws InterruptedException { in finishHandlerTasks() method in CarPropertyService