Searched refs:getBubbleMetadata (Results 1 – 5 of 5) sorted by relevance
829 sbnSuppressed.getNotification().getBubbleMetadata(); in testNotificationManagerBubbleNotificationSuppression()843 metadata = sbnNotSuppressed.getNotification().getBubbleMetadata(); in testNotificationManagerBubbleNotificationSuppression()952 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble()953 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble()997 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble_notSuppressable()998 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble_notSuppressable()1041 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId()1042 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId()1088 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId()1089 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId()[all …]
225 assertNotNull(result.getBubbleMetadata());313 assertEquals(bubble, mNotification.getBubbleMetadata());870 assertEquals(mNotification.getBubbleMetadata().getShortcutId(), in testBubbleMetadataBuilder_notifBubbleShortcutIds_match_noThrow()
73 .setBubbleMetadata(getBubbleMetadata(notifId, autoExpand, in sendInvalidBubble()117 .setBubbleMetadata(getBubbleMetadata(notifId, in sendBubble()132 private BubbleMetadata getBubbleMetadata(int notifId, boolean autoExpand, in getBubbleMetadata() method in SendBubbleActivity
170 val metadata: Notification.BubbleMetadata = getBubbleMetadata() in <lambda>()230 private fun getBubbleMetadata(): Notification.BubbleMetadata { in <lambda>() method
6389 method @Nullable public android.app.Notification.BubbleMetadata getBubbleMetadata();