Searched refs:shouldBeBubble (Results 1 – 1 of 1) sorted by relevance
542 Notification.BubbleMetadata data, boolean shouldBeBubble) { in sendAndVerifyBubble() argument570 verifyNotificationBubbleState(id, shouldBeBubble); in sendAndVerifyBubble()577 private void verifyNotificationBubbleState(int id, boolean shouldBeBubble) { in verifyNotificationBubbleState() argument587 if (isBubble != shouldBeBubble) { in verifyNotificationBubbleState()588 final String failure = shouldBeBubble in verifyNotificationBubbleState()3301 boolean shouldBeBubble = !mActivityManager.isLowRamDevice(); in testNotificationManagerBubblePolicy_flag_intentBubble()3302 sendAndVerifyBubble(1, nb, null /* use default metadata */, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_intentBubble()3449 boolean shouldBeBubble = !mActivityManager.isLowRamDevice(); in testNotificationManagerBubblePolicy_flag_shortcutBubble()3450 sendAndVerifyBubble(1, nb, data, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_shortcutBubble()3521 boolean shouldBeBubble = !mActivityManager.isLowRamDevice(); in testNotificationManagerBubblePolicy_appAll_globalOn()[all …]