Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java257 notificationBuilder.setBubbleMetadata(bubbleMetadata); in createNotification()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java476 nb.setBubbleMetadata(getBasicBubbleMetadataBuilder().build()); in generateNotificationRecord()
4461 .setBubbleMetadata(data) in testFlagBubbleNotifs_flag_messaging()
4502 .setBubbleMetadata(data) in testFlagBubbleNotifs_flag_phonecall()
4537 .setBubbleMetadata(data) in testFlagBubbleNotifs_noFlag_phonecall_noForegroundService()
4565 .setBubbleMetadata(data) in testFlagBubbleNotifs_noFlag_phonecall_noPerson()
4599 .setBubbleMetadata(data) in testFlagBubbleNotifs_noFlag_phonecall_noCategory()
4632 .setBubbleMetadata(data) in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed()
4689 .setBubbleMetadata(data) in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()
4730 .setBubbleMetadata(data) in testFlagBubbleNotifs_noFlag_phonecall_notAllowed()
4765 .setBubbleMetadata(data) in testFlagBubbleNotifs_noFlag_phonecall_channelNotAllowed()
/frameworks/base/core/java/android/app/
DNotification.java3590 public Builder setBubbleMetadata(@Nullable BubbleMetadata data) { in setBubbleMetadata() method in Notification.Builder