Searched refs:createBubble (Results 1 – 5 of 5) sorted by relevance
295 assertThat(mNotifInterruptionStateProvider.shouldHeadsUp(createBubble())).isFalse(); in testShouldNotHeadsUp_bubble()408 assertThat(mNotifInterruptionStateProvider.shouldBubbleUp(createBubble())).isTrue(); in testShouldBubbleUp()418 NotificationEntry entry = createBubble(); in shouldNotBubbleUp_notAllowedToBubble()464 assertThat(mNotifInterruptionStateProvider.shouldBubbleUp(createBubble())).isFalse(); in shouldNotBubbleUp_suppressedInterruptions()474 assertThat(mNotifInterruptionStateProvider.shouldBubbleUp(createBubble())).isFalse(); in shouldNotBubbleUp_filteredOut()477 private NotificationEntry createBubble() { in createBubble() method in NotificationInterruptStateProviderImplTest
242 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper277 public NotificationEntry createBubble(@Nullable PendingIntent deleteIntent) { in createBubble() method in NotificationTestHelper278 return createBubble(makeBubbleMetadata(deleteIntent), USER_HANDLE); in createBubble()286 public NotificationEntry createBubble(UserHandle handle) { in createBubble() method in NotificationTestHelper287 return createBubble(makeBubbleMetadata(null), handle); in createBubble()295 private NotificationEntry createBubble(BubbleMetadata metadata, UserHandle userHandle) { in createBubble() method in NotificationTestHelper
273 mRow = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()274 mRow2 = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()275 mRow3 = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()284 mNotificationTestHelper.createBubble(handle)); in setUp()286 mNotificationTestHelper.createBubble(handle)); in setUp()1159 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser()1185 private Bubble createBubble(int userId, String pkg) { in createBubble() method in BubblesTest
237 mRow = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()238 mRow2 = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()
174 mBubbleNotificationRow = mNotificationTestHelper.createBubble(); in setUp()