Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java85 runOnLooper(Looper.getMainLooper(), action); in runOnMain()
93 public static void runOnLooper(Looper looper, Runnable action) { in runOnLooper() method in CarServiceUtils