Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java105 runOnLooperSync(Looper.getMainLooper(), action); in runOnMainSync()
115 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in CarServiceUtils
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java244 runOnLooperSync(looper, () -> { in waitForLooperToFinishScheduledTask()
302 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in TestUtils
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java180 CarServiceUtils.runOnLooperSync(ht.getLooper(), () -> { in testNoShardedPreferencesAccessedBeforeUserZeroUnlock()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java385 CarServiceUtils.runOnLooperSync(mService.getHandlerThread().getLooper(), () -> { }); in testShutdownPostponeAfterSuspend()
613 CarServiceUtils.runOnLooperSync(mService.getHandlerThread().getLooper(), () -> { }); in suspendAndResume()