Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DThreadFactoryImpl.java32 public Looper buildLooperOnNewThread(String threadName) { in buildLooperOnNewThread() method in ThreadFactoryImpl
40 return new Handler(buildLooperOnNewThread(threadName)); in buildHandlerOnNewThread()
H A DThreadFactory.java38 Looper buildLooperOnNewThread(String threadName); in buildLooperOnNewThread() method
/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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java185 mWorkerLooper = theadFactory.buildLooperOnNewThread( in VolumeDialogControllerImpl()