Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java92 runOnLooperSync(Looper.getMainLooper(), action); in runOnMainSync()
102 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in CarServiceUtils
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java243 runOnLooperSync(looper, () -> { in waitForLooperToFinishScheduledTask()
266 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in TestUtils