Home
last modified time | relevance | path

Searched refs:runOnLooperSync (Results 1 – 3 of 3) 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
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java622 CarServiceUtils.runOnLooperSync(mService.getHandlerThread().getLooper(), () -> { }); in suspendAndResumeForUserSwitchingTests()