Home
last modified time | relevance | path

Searched refs:getBubbleMetadata (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java295 Notification.BubbleMetadata data = mEntry.getBubbleMetadata(); in getDesiredHeight()
308 Notification.BubbleMetadata data = mEntry.getBubbleMetadata(); in getDesiredHeightString()
320 Notification.BubbleMetadata data = notif.getBubbleMetadata(); in getBubbleIntent()
424 return mEntry.getBubbleMetadata() != null in shouldSuppressNotification()
425 && mEntry.getBubbleMetadata().isNotificationSuppressed(); in shouldSuppressNotification()
429 Notification.BubbleMetadata metadata = mEntry.getBubbleMetadata(); in shouldAutoExpand()
DBubbleView.java232 Notification.BubbleMetadata metadata = mBubble.getEntry().getBubbleMetadata(); in updateViews()
DBubbleController.java966 PendingIntent intent = entry.getBubbleMetadata() != null in canLaunchInActivityView()
967 ? entry.getBubbleMetadata().getIntent() in canLaunchInActivityView()
DBubbleData.java628 Notification.BubbleMetadata bubbleMetadata = entry.getBubbleMetadata(); in maybeSendDeleteIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java194 if (n.getBubbleMetadata() == null || n.getBubbleMetadata().getIntent() == null) { in shouldBubbleUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java243 public Notification.BubbleMetadata getBubbleMetadata() { in getBubbleMetadata() method in NotificationEntry
244 return notification.getNotification().getBubbleMetadata(); in getBubbleMetadata()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java689 entry.notification.getNotification().getBubbleMetadata(); in setMetadataFlags()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5218 assertFalse(notif.getBubbleMetadata().getAutoExpandBubble()); in testNotificationBubbles_flagAutoExpandForeground_fails_notForeground()
5219 assertFalse(notif.getBubbleMetadata().isNotificationSuppressed()); in testNotificationBubbles_flagAutoExpandForeground_fails_notForeground()
5275 assertTrue(notif.getBubbleMetadata().getAutoExpandBubble()); in testNotificationBubbles_flagAutoExpandForeground_succeeds_foreground()
5276 assertTrue(notif.getBubbleMetadata().isNotificationSuppressed()); in testNotificationBubbles_flagAutoExpandForeground_succeeds_foreground()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4956 Notification.BubbleMetadata metadata = notification.getBubbleMetadata();
5035 Notification.BubbleMetadata metadata = notification.getBubbleMetadata();
/frameworks/base/core/java/android/app/
DNotification.java3206 public BubbleMetadata getBubbleMetadata() { in getBubbleMetadata() method in Notification
/frameworks/base/non-updatable-api/
Dcurrent.txt5279 method @Nullable public android.app.Notification.BubbleMetadata getBubbleMetadata();
/frameworks/base/api/
Dcurrent.txt5279 method @Nullable public android.app.Notification.BubbleMetadata getBubbleMetadata();