Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarServiceUtils.java115 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in CarServiceUtils
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
H A DTestUtils.java302 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in TestUtils