Searched refs:runOnLooperSync (Results 1 – 4 of 4) sorted by relevance
105 runOnLooperSync(Looper.getMainLooper(), action); in runOnMainSync()115 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in CarServiceUtils
244 runOnLooperSync(looper, () -> { in waitForLooperToFinishScheduledTask()302 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in TestUtils
180 CarServiceUtils.runOnLooperSync(ht.getLooper(), () -> { in testNoShardedPreferencesAccessedBeforeUserZeroUnlock()
385 CarServiceUtils.runOnLooperSync(mService.getHandlerThread().getLooper(), () -> { }); in testShutdownPostponeAfterSuspend()613 CarServiceUtils.runOnLooperSync(mService.getHandlerThread().getLooper(), () -> { }); in suspendAndResume()