Searched refs:getStatusBarNotification (Results 1 – 5 of 5) sorted by relevance
570 mLastUpdated = entry.getStatusBarNotification().getPostTime(); in setEntry()571 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()572 mPackageName = entry.getStatusBarNotification().getPackageName(); in setEntry()573 mUser = entry.getStatusBarNotification().getUser(); in setEntry()575 mChannelId = entry.getStatusBarNotification().getNotification().getChannelId(); in setEntry()576 mNotificationId = entry.getStatusBarNotification().getId(); in setEntry()577 mAppUid = entry.getStatusBarNotification().getUid(); in setEntry()578 mInstanceId = entry.getStatusBarNotification().getInstanceId(); in setEntry()997 final CharSequence titleCharSeq = e.getStatusBarNotification() in getTitle()1009 final Notification underlyingNotif = entry.getStatusBarNotification().getNotification(); in extractFlyoutMessage()
60 public StatusBarNotification getStatusBarNotification() { in getStatusBarNotification() method in BubbleEntry87 return getStatusBarNotification().getNotification().getBubbleMetadata(); in getBubbleMetadata()
1181 int bubbleUserId = notif.getStatusBarNotification().getUserId(); in updateBubble()1488 final String groupKey = entry.getStatusBarNotification().getGroupKey(); in onEntryRemoved()1514 entry.getStatusBarNotification().getUser().getIdentifier())) { in onRankingUpdated()1883 String groupKey = entry.getStatusBarNotification().getGroupKey(); in isSummaryOfBubbles()1887 boolean isSummary = entry.getStatusBarNotification().getNotification().isGroupSummary(); in isSummaryOfBubbles()1916 mBubbleData.addSummaryToSuppress(summary.getStatusBarNotification().getGroupKey(), in handleSummaryDismissalInterception()2021 context, entry.getStatusBarNotification().getUser().getIdentifier()); in canLaunchInTaskView()
1125 int firstUserId = mBubbleEntry.getStatusBarNotification().getUser().getIdentifier(); in testOnUserChanged_overflowState()1126 int secondUserId = mBubbleEntryUser11.getStatusBarNotification().getUser().getIdentifier(); in testOnUserChanged_overflowState()1157 int firstUserId = mBubbleEntry.getStatusBarNotification().getUser().getIdentifier(); in testOnUserChanged_bubblesRestored()1158 int secondUserId = mBubbleEntryUser11.getStatusBarNotification().getUser().getIdentifier(); in testOnUserChanged_bubblesRestored()1589 userInfos.put(mBubbleEntry.getStatusBarNotification().getUser().getIdentifier(), in testOnRankingUpdate_DndSuppressListNotif()
1198 when(entry.getStatusBarNotification().getPostTime()).thenReturn(postTime); in setPostTime()