Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationEntryProcessorFactoryLooperImpl.kt38 if (msg.what == PROCESS_MSG) { in handleMessage()
47 if (!hasMessages(PROCESS_MSG, obj)) { in request()
48 val msg = Message.obtain(this, PROCESS_MSG, obj) in request()
54 removeMessages(PROCESS_MSG, obj) in cancel()
57 private const val PROCESS_MSG = 1 constant