Searched refs:shouldBeBubble (Results 1 – 1 of 1) sorted by relevance
541 Notification.BubbleMetadata data, boolean shouldBeBubble) { in sendAndVerifyBubble() argument569 verifyNotificationBubbleState(id, shouldBeBubble); in sendAndVerifyBubble()576 private void verifyNotificationBubbleState(int id, boolean shouldBeBubble) { in verifyNotificationBubbleState() argument586 if (isBubble != shouldBeBubble) { in verifyNotificationBubbleState()587 final String failure = shouldBeBubble in verifyNotificationBubbleState()3326 boolean shouldBeBubble = !mActivityManager.isLowRamDevice(); in testNotificationManagerBubblePolicy_flag_intentBubble()3327 sendAndVerifyBubble(1, nb, null /* use default metadata */, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_intentBubble()3474 boolean shouldBeBubble = !mActivityManager.isLowRamDevice(); in testNotificationManagerBubblePolicy_flag_shortcutBubble()3475 sendAndVerifyBubble(1, nb, data, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_shortcutBubble()3546 boolean shouldBeBubble = !mActivityManager.isLowRamDevice(); in testNotificationManagerBubblePolicy_appAll_globalOn()[all …]