Home
last modified time | relevance | path

Searched refs:getStatusBarNotification (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEntry.java60 public StatusBarNotification getStatusBarNotification() { in getStatusBarNotification() method in BubbleEntry
87 return getStatusBarNotification().getNotification().getBubbleMetadata(); in getBubbleMetadata()
DBubble.java617 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()
DBubbleController.java1374 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1241 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()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1367 when(entry.getStatusBarNotification().getPostTime()).thenReturn(postTime); in setPostTime()