Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerBubbleTest.java829 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 …]
DNotificationTest.java225 assertNotNull(result.getBubbleMetadata());
313 assertEquals(bubble, mNotification.getBubbleMetadata());
870 assertEquals(mNotification.getBubbleMetadata().getShortcutId(), in testBubbleMetadataBuilder_notifBubbleShortcutIds_match_noThrow()
/cts/tests/app/app/src/android/app/stubs/
DSendBubbleActivity.java73 .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
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationHidingVerifierActivity.kt170 val metadata: Notification.BubbleMetadata = getBubbleMetadata() in <lambda>()
230 private fun getBubbleMetadata(): Notification.BubbleMetadata { in <lambda>() method
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt6389 method @Nullable public android.app.Notification.BubbleMetadata getBubbleMetadata();