Searched refs:logBubbleEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 699 logBubbleEvent(bubble, StatsLog.BUBBLE_UICHANGED__ACTION__POSTED); in addBubble() 712 logBubbleEvent(bubble, StatsLog.BUBBLE_UICHANGED__ACTION__DISMISSED); in removeBubble() 723 logBubbleEvent(bubble, StatsLog.BUBBLE_UICHANGED__ACTION__UPDATED); in updateBubble() 757 logBubbleEvent(previouslySelected, StatsLog.BUBBLE_UICHANGED__ACTION__COLLAPSED); in setSelectedBubble() 758 logBubbleEvent(bubbleToSelect, StatsLog.BUBBLE_UICHANGED__ACTION__EXPANDED); in setSelectedBubble() 783 logBubbleEvent(mExpandedBubble, StatsLog.BUBBLE_UICHANGED__ACTION__COLLAPSED); in setExpanded() 788 logBubbleEvent(mExpandedBubble, StatsLog.BUBBLE_UICHANGED__ACTION__EXPANDED); in setExpanded() 789 logBubbleEvent(mExpandedBubble, StatsLog.BUBBLE_UICHANGED__ACTION__STACK_EXPANDED); in setExpanded() 804 logBubbleEvent(null /* no bubble associated with bubble stack dismiss */, in stackDismissed() 1037 logBubbleEvent(null /* no bubble associated with bubble stack move */, in onDragFinish() [all …]
|