Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifBindPipeline.java169 if (!mMainHandler.hasMessages(START_PIPELINE_MSG, entry)) { in requestPipelineRun()
170 Message msg = Message.obtain(mMainHandler, START_PIPELINE_MSG, entry); in requestPipelineRun()
225 mMainHandler.removeMessages(START_PIPELINE_MSG, entry);
250 private static final int START_PIPELINE_MSG = 1; field in NotifBindPipeline
261 case START_PIPELINE_MSG: in handleMessage()