Searched refs:shouldBeBubble (Results 1 – 1 of 1) sorted by relevance
150 boolean shouldBeBubble) { in sendAndVerifyBubble() argument156 verifyNotificationBubbleState(id, shouldBeBubble); in sendAndVerifyBubble()189 private void verifyNotificationBubbleState(int id, boolean shouldBeBubble) { in verifyNotificationBubbleState() argument193 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 …]