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.java3718 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 …]
DNotificationTest.java204 assertNotNull(result.getBubbleMetadata());
281 assertEquals(bubble, mNotification.getBubbleMetadata());
794 assertEquals(mNotification.getBubbleMetadata().getShortcutId(), in testBubbleMetadataBuilder_notifBubbleShortcutIds_match_noThrow()