Searched refs:runOnLooperSyncDelayed (Results 1 – 2 of 2) sorted by relevance
351 runOnLooperSyncDelayed(Looper.getMainLooper(), action, delayMillis); in runOnMainSyncDelayed()362 runOnLooperSyncDelayed(looper, action, /* delayMillis */ 0L); in runOnLooperSync()372 public static void runOnLooperSyncDelayed(Looper looper, Runnable action, long delayMillis) { in runOnLooperSyncDelayed() method in CarServiceUtils
296 CarServiceUtils.runOnLooperSyncDelayed(thread.getLooper(), () -> {}, delay); in waitForHandlerThreadToComplete()