Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java542 Notification.BubbleMetadata data, boolean shouldBeBubble) { in sendAndVerifyBubble() argument
570 verifyNotificationBubbleState(id, shouldBeBubble); in sendAndVerifyBubble()
577 private void verifyNotificationBubbleState(int id, boolean shouldBeBubble) { in verifyNotificationBubbleState() argument
587 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 …]