Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DThreadFactoryImpl.java52 return buildDelayableExecutorOnLooper(handlerThread.getLooper()); in buildDelayableExecutorOnNewThread()
57 return buildDelayableExecutorOnLooper(handler.getLooper()); in buildDelayableExecutorOnHandler()
61 public DelayableExecutor buildDelayableExecutorOnLooper(Looper looper) { in buildDelayableExecutorOnLooper() method in ThreadFactoryImpl
H A DThreadFactory.java72 DelayableExecutor buildDelayableExecutorOnLooper(Looper looper); in buildDelayableExecutorOnLooper() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
H A DFakeThreadFactory.java70 public DelayableExecutor buildDelayableExecutorOnLooper(Looper looper) { in buildDelayableExecutorOnLooper() method in FakeThreadFactory