Home
last modified time | relevance | path

Searched defs:buildLooperOnNewThread (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DThreadFactory.java38 Looper buildLooperOnNewThread(String threadName); in buildLooperOnNewThread() method
H A DThreadFactoryImpl.java32 public Looper buildLooperOnNewThread(String threadName) { in buildLooperOnNewThread() method in ThreadFactoryImpl
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
H A DFakeThreadFactory.java45 public Looper buildLooperOnNewThread(String threadName) { in buildLooperOnNewThread() method in FakeThreadFactory