Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DBroadcaster.h118 bool was_ready_sent(const string& id, const string& pkg, const string& cls);
DBroadcaster.cpp205 if (!was_ready_sent(file->getId(), report.pkg(), report.cls())) { in sendBroadcasts()
286 bool Broadcaster::was_ready_sent(const string& id, const string& pkg, const string& cls) { in was_ready_sent() function in android::os::incidentd::Broadcaster