Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerBubbleTest.java150 boolean shouldBeBubble) { in sendAndVerifyBubble() argument
156 verifyNotificationBubbleState(id, shouldBeBubble); in sendAndVerifyBubble()
189 private void verifyNotificationBubbleState(int id, boolean shouldBeBubble) { in verifyNotificationBubbleState() argument
193 assertEquals("Unexpected bubble state for id=" + id + ", expected " + shouldBeBubble, in verifyNotificationBubbleState()
194 shouldBeBubble, ((sbn.getNotification().flags & FLAG_BUBBLE) != 0)); in verifyNotificationBubbleState()
469 boolean shouldBeBubble = !mActivityManager.isLowRamDevice(); in testNotificationManagerBubblePolicy_flag_intentBubble()
470 sendAndVerifyBubble(1, nb, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_intentBubble()
601 boolean shouldBeBubble = !mActivityManager.isLowRamDevice(); in testNotificationManagerBubblePolicy_flag_shortcutBubble()
602 sendAndVerifyBubble(1, nb, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_shortcutBubble()
664 boolean shouldBeBubble = !mActivityManager.isLowRamDevice(); in testNotificationManagerBubblePolicy_appAll_globalOn()
[all …]