Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp40 WHAT_TAKE_REPORT = 1, enumerator
147 case WHAT_TAKE_REPORT: in handleMessage()
159 mHandlerLooper->removeMessages(this, WHAT_TAKE_REPORT); in schedulePersistedReport()
160 mHandlerLooper->sendMessage(this, Message(WHAT_TAKE_REPORT)); in schedulePersistedReport()
167 mHandlerLooper->removeMessages(this, WHAT_TAKE_REPORT); in scheduleStreamingReport()
168 mHandlerLooper->sendMessage(this, Message(WHAT_TAKE_REPORT)); in scheduleStreamingReport()