Searched refs:runOnMainThreadAndWaitForIdle (Results 1 – 2 of 2) sorted by relevance
345 runOnMainThreadAndWaitForIdle(() -> {}); in packageChanged_bindsTheService() method379 runOnMainThreadAndWaitForIdle(() -> {}); in packageRemoved_unbindsTheService() method424 private static void runOnMainThreadAndWaitForIdle(Runnable r) { in runOnMainThreadAndWaitForIdle() method in VendorServiceControllerTest446 runOnMainThreadAndWaitForIdle(() -> mCarUserService.onUserLifecycleEvent(eventType, in sendUserLifecycleEvent()
318 runOnMainThreadAndWaitForIdle(() -> mCarUserService.onUserLifecycleEvent(eventType, in sendUserLifecycleEvent()323 private static void runOnMainThreadAndWaitForIdle(Runnable r) { in runOnMainThreadAndWaitForIdle() method in CarInputRotaryServiceTest