Searched refs:getStatusBarNotification (Results 1 – 5 of 5) sorted by relevance
60 public StatusBarNotification getStatusBarNotification() { in getStatusBarNotification() method in BubbleEntry87 return getStatusBarNotification().getNotification().getBubbleMetadata(); in getBubbleMetadata()
617 mLastUpdated = entry.getStatusBarNotification().getPostTime(); in setEntry()618 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()619 mPackageName = entry.getStatusBarNotification().getPackageName(); in setEntry()620 mUser = entry.getStatusBarNotification().getUser(); in setEntry()622 mChannelId = entry.getStatusBarNotification().getNotification().getChannelId(); in setEntry()623 mNotificationId = entry.getStatusBarNotification().getId(); in setEntry()624 mAppUid = entry.getStatusBarNotification().getUid(); in setEntry()625 mInstanceId = entry.getStatusBarNotification().getInstanceId(); in setEntry()1043 final CharSequence titleCharSeq = e.getStatusBarNotification() in getTitle()1055 final Notification underlyingNotif = entry.getStatusBarNotification().getNotification(); in extractFlyoutMessage()
1374 int bubbleUserId = notif.getStatusBarNotification().getUserId(); in updateBubble()1726 final String groupKey = entry.getStatusBarNotification().getGroupKey(); in onEntryRemoved()1752 entry.getStatusBarNotification().getUser().getIdentifier())) { in onRankingUpdated()2145 String groupKey = entry.getStatusBarNotification().getGroupKey(); in isSummaryOfBubbles()2149 boolean isSummary = entry.getStatusBarNotification().getNotification().isGroupSummary(); in isSummaryOfBubbles()2178 mBubbleData.addSummaryToSuppress(summary.getStatusBarNotification().getGroupKey(), in handleSummaryDismissalInterception()2329 context, entry.getStatusBarNotification().getUser().getIdentifier()); in canLaunchInTaskView()
1241 int firstUserId = mBubbleEntry.getStatusBarNotification().getUser().getIdentifier(); in testOnUserChanged_overflowState()1242 int secondUserId = mBubbleEntryUser11.getStatusBarNotification().getUser().getIdentifier(); in testOnUserChanged_overflowState()1273 int firstUserId = mBubbleEntry.getStatusBarNotification().getUser().getIdentifier(); in testOnUserChanged_bubblesRestored()1274 int secondUserId = mBubbleEntryUser11.getStatusBarNotification().getUser().getIdentifier(); in testOnUserChanged_bubblesRestored()1735 userInfos.put(mBubbleEntry.getStatusBarNotification().getUser().getIdentifier(), in testOnRankingUpdate_DndSuppressListNotif()
1367 when(entry.getStatusBarNotification().getPostTime()).thenReturn(postTime); in setPostTime()