Searched refs:runOnLooperSync (Results 1 – 2 of 2) sorted by relevance
92 runOnLooperSync(Looper.getMainLooper(), action); in runOnMainSync()102 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in CarServiceUtils
243 runOnLooperSync(looper, () -> { in waitForLooperToFinishScheduledTask()266 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in TestUtils