Searched refs:getBubbleMetadata (Results 1 – 12 of 12) sorted by relevance
295 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()
232 Notification.BubbleMetadata metadata = mBubble.getEntry().getBubbleMetadata(); in updateViews()
966 PendingIntent intent = entry.getBubbleMetadata() != null in canLaunchInActivityView()967 ? entry.getBubbleMetadata().getIntent() in canLaunchInActivityView()
628 Notification.BubbleMetadata bubbleMetadata = entry.getBubbleMetadata(); in maybeSendDeleteIntent()
194 if (n.getBubbleMetadata() == null || n.getBubbleMetadata().getIntent() == null) { in shouldBubbleUp()
243 public Notification.BubbleMetadata getBubbleMetadata() { in getBubbleMetadata() method in NotificationEntry244 return notification.getNotification().getBubbleMetadata(); in getBubbleMetadata()
689 entry.notification.getNotification().getBubbleMetadata(); in setMetadataFlags()
5218 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()
4956 Notification.BubbleMetadata metadata = notification.getBubbleMetadata();5035 Notification.BubbleMetadata metadata = notification.getBubbleMetadata();
3206 public BubbleMetadata getBubbleMetadata() { in getBubbleMetadata() method in Notification
5279 method @Nullable public android.app.Notification.BubbleMetadata getBubbleMetadata();