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.java345 runOnMainThreadAndWaitForIdle(() -> {}); in packageChanged_bindsTheService() method
379 runOnMainThreadAndWaitForIdle(() -> {}); in packageRemoved_unbindsTheService() method
424 private static void runOnMainThreadAndWaitForIdle(Runnable r) { in runOnMainThreadAndWaitForIdle() method in VendorServiceControllerTest
446 runOnMainThreadAndWaitForIdle(() -> mCarUserService.onUserLifecycleEvent(eventType, in sendUserLifecycleEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputRotaryServiceTest.java318 runOnMainThreadAndWaitForIdle(() -> mCarUserService.onUserLifecycleEvent(eventType, in sendUserLifecycleEvent()
323 private static void runOnMainThreadAndWaitForIdle(Runnable r) { in runOnMainThreadAndWaitForIdle() method in CarInputRotaryServiceTest