Searched refs:PERIODIC (Results 1 – 5 of 5) sorted by relevance
65 case CollectionEvent::PERIODIC: in handleMessage()83 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in handleMessage()85 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in handleMessage()201 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in startCollection()212 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in startCollection()278 if (mCurrentCollectionEvent != CollectionEvent::PERIODIC) { in startCustomCollection()282 << " != " << toString(CollectionEvent::PERIODIC) << " collection event"; in startCustomCollection()410 case CollectionEvent::PERIODIC: in toString()
44 PERIODIC, enumerator
581 if (mCurrCollectionEvent != CollectionEvent::PERIODIC) { in startCustomCollection()585 << " != " << toString(CollectionEvent::PERIODIC) << " collection event"; in startCustomCollection()640 mCurrCollectionEvent = CollectionEvent::PERIODIC; in handleMessage()644 CollectionEvent::PERIODIC); in handleMessage()647 case static_cast<int>(CollectionEvent::PERIODIC): in handleMessage()648 result = processCollectionEvent(CollectionEvent::PERIODIC, &mPeriodicCollection); in handleMessage()663 mCurrCollectionEvent = CollectionEvent::PERIODIC; in handleMessage()665 mHandlerLooper->sendMessage(this, CollectionEvent::PERIODIC); in handleMessage()
125 PERIODIC, enumerator145 case CollectionEvent::PERIODIC: in toString()
1060 ASSERT_EQ(collector->mCurrCollectionEvent, CollectionEvent::PERIODIC); in TEST()