Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java108 SyncRunnable sr = new SyncRunnable(action); in runOnLooperSync()
114 private static final class SyncRunnable implements Runnable { class in CarServiceUtils
118 public SyncRunnable(Runnable target) { in SyncRunnable() method in CarServiceUtils.SyncRunnable
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java272 SyncRunnable sr = new SyncRunnable(action); in runOnLooperSync()
317 private static final class SyncRunnable implements Runnable { class in TestUtils
321 SyncRunnable(Runnable target) { in SyncRunnable() method in TestUtils.SyncRunnable