Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceControllerTest.java194 private static void runOnMainThreadAndWaitForIdle(Runnable r) { in runOnMainThreadAndWaitForIdle() method in VendorServiceControllerTest
221 runOnMainThreadAndWaitForIdle(() -> mCarUserService.onUserLifecycleEvent(eventType, in sendUserLifecycleEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java623 runOnMainThreadAndWaitForIdle(() -> mCarUserService.onUserLifecycleEvent(eventType, in sendUserLifecycleEvent()
628 private static void runOnMainThreadAndWaitForIdle(Runnable r) { in runOnMainThreadAndWaitForIdle() method in CarInputServiceTest