Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DSendBubbleActivity.java92 .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
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java3693 sbnSuppressed.getNotification().getBubbleMetadata(); in testNotificationManagerBubbleNotificationSuppression()
3707 metadata = sbnNotSuppressed.getNotification().getBubbleMetadata(); in testNotificationManagerBubbleNotificationSuppression()
3845 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble()
3846 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble()
3905 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble_notSuppressable()
3906 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble_notSuppressable()
3964 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId()
3965 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId()
4026 assertTrue(sbn.getNotification().getBubbleMetadata().isBubbleSuppressable()); in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId()
4027 assertFalse(sbn.getNotification().getBubbleMetadata().isBubbleSuppressed()); in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId()
[all …]
DNotificationTest.java204 assertNotNull(result.getBubbleMetadata());
281 assertEquals(bubble, mNotification.getBubbleMetadata());
794 assertEquals(mNotification.getBubbleMetadata().getShortcutId(), in testBubbleMetadataBuilder_notifBubbleShortcutIds_match_noThrow()