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.java541 Notification.BubbleMetadata data, boolean shouldBeBubble) { in sendAndVerifyBubble() argument
569 verifyNotificationBubbleState(id, shouldBeBubble); in sendAndVerifyBubble()
576 private void verifyNotificationBubbleState(int id, boolean shouldBeBubble) { in verifyNotificationBubbleState() argument
586 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 …]