Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/evs/manager/1.1/stats/
H A DStatsCollector.cpp65 case CollectionEvent::PERIODIC: in handleMessage()
69 case CollectionEvent::CUSTOM_START: in handleMessage()
73 case CollectionEvent::CUSTOM_END: { in handleMessage()
83 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in handleMessage()
99 mCurrentCollectionEvent = CollectionEvent::TERMINATED; in handleMessage()
218 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in startCollection()
414 case CollectionEvent::INIT: in toString()
416 case CollectionEvent::PERIODIC: in toString()
418 case CollectionEvent::CUSTOM_START: in toString()
420 case CollectionEvent::CUSTOM_END: in toString()
[all …]
H A DStatsCollector.h42 enum CollectionEvent { enum
81 mCurrentCollectionEvent(CollectionEvent::INIT), in StatsCollector()
130 CollectionEvent mCurrentCollectionEvent GUARDED_BY(mMutex);
147 CollectionEvent event, CollectionInfo* info) EXCLUDES(mMutex);
154 std::string toString(const CollectionEvent& event) const;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java452 CollectionEvent notif1 = postNotif( in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren()
456 CollectionEvent notif2 = postNotif( in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren()
459 CollectionEvent notif3 = postNotif( in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren()
671 CollectionEvent notif0 = postNotif( in testGroupChildrenAreDismissedLocallyWhenSummaryIsDismissed()
675 CollectionEvent notif1 = postNotif( in testGroupChildrenAreDismissedLocallyWhenSummaryIsDismissed()
692 CollectionEvent notif0 = postNotif( in testUpdatingDismissedSummaryBringsChildrenBack()
696 CollectionEvent notif1 = postNotif( in testUpdatingDismissedSummaryBringsChildrenBack()
715 CollectionEvent notif0 = postNotif( in testDismissedChildrenAreNotResetByParentUpdate()
719 CollectionEvent notif1 = postNotif( in testDismissedChildrenAreNotResetByParentUpdate()
722 CollectionEvent notif2 = postNotif( in testDismissedChildrenAreNotResetByParentUpdate()
[all …]