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
145 case WHAT_TAKE_REPORT: in handleMessage()
157 mHandlerLooper->removeMessages(this, WHAT_TAKE_REPORT); in schedulePersistedReport()
158 mHandlerLooper->sendMessage(this, Message(WHAT_TAKE_REPORT)); in schedulePersistedReport()
165 mHandlerLooper->removeMessages(this, WHAT_TAKE_REPORT); in scheduleStreamingReport()
166 mHandlerLooper->sendMessage(this, Message(WHAT_TAKE_REPORT)); in scheduleStreamingReport()