Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotifBindPipeline.java170 if (!mMainHandler.hasMessages(START_PIPELINE_MSG, entry)) { in requestPipelineRun()
171 Message msg = Message.obtain(mMainHandler, START_PIPELINE_MSG, entry); in requestPipelineRun()
226 mMainHandler.removeMessages(START_PIPELINE_MSG, entry);
251 private static final int START_PIPELINE_MSG = 1; field in NotifBindPipeline
262 case START_PIPELINE_MSG: in handleMessage()