Searched refs:getBubbleMetadata (Results 1 – 3 of 3) sorted by relevance
92 .setBubbleMetadata(getBubbleMetadata(notifId, autoExpand, in sendInvalidBubble()136 .setBubbleMetadata(getBubbleMetadata(notifId, in sendBubble()151 private BubbleMetadata getBubbleMetadata(int notifId, boolean autoExpand, in getBubbleMetadata() method in SendBubbleActivity
3718 sbnSuppressed.getNotification().getBubbleMetadata(); in testNotificationManagerBubbleNotificationSuppression()3732 metadata = sbnNotSuppressed.getNotification().getBubbleMetadata(); in testNotificationManagerBubbleNotificationSuppression()3868 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble()3869 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble()3923 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble_notSuppressable()3924 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble_notSuppressable()3977 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId()3978 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId()4034 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId()4035 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId()[all …]
204 assertNotNull(result.getBubbleMetadata());281 assertEquals(bubble, mNotification.getBubbleMetadata());794 assertEquals(mNotification.getBubbleMetadata().getShortcutId(), in testBubbleMetadataBuilder_notifBubbleShortcutIds_match_noThrow()