Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java295 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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java242 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper
277 public NotificationEntry createBubble(@Nullable PendingIntent deleteIntent) { in createBubble() method in NotificationTestHelper
278 return createBubble(makeBubbleMetadata(deleteIntent), USER_HANDLE); in createBubble()
286 public NotificationEntry createBubble(UserHandle handle) { in createBubble() method in NotificationTestHelper
287 return createBubble(makeBubbleMetadata(null), handle); in createBubble()
295 private NotificationEntry createBubble(BubbleMetadata metadata, UserHandle userHandle) { in createBubble() method in NotificationTestHelper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java273 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
DNewNotifPipelineBubblesTest.java237 mRow = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()
238 mRow2 = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java174 mBubbleNotificationRow = mNotificationTestHelper.createBubble(); in setUp()