Home
last modified time | relevance | path

Searched refs:runOnLooperSyncDelayed (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java351 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
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DSystemActivityMonitoringServiceUnitTest.java296 CarServiceUtils.runOnLooperSyncDelayed(thread.getLooper(), () -> {}, delay); in waitForHandlerThreadToComplete()