Home
last modified time | relevance | path

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

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