Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepositoryTest.kt49 private val bubble2 = BubbleEntity(user10_managed.identifier, constant
59 private val user0bubbles = listOf(bubble1, bubble2, bubble3)
94 assertEquals(listOf(bubble2, bubble3, bubble1), repository.getEntities(user0.identifier)) in testAddBubbles()
108 assertEquals(listOf(bubble1, bubble2), repository.getEntities(user0.identifier).toList()) in testRemoveBubbles()
128 assertEquals(listOf(bubble2, bubble3), repository.getEntities(user0.identifier).toList()) in testAddAndRemoveBubblesWhenExceedingCapacity()
162 .isEqualTo(listOf(bubble1, bubble2, bubble3)) in testRemoveBubblesForUser()
177 .isEqualTo(listOf(bubble1, bubble2, bubble3)) in testRemoveBubblesForUser_parentUserRemoved()
192 .isEqualTo(listOf(bubble1, bubble2, bubble3)) in testRemoveBubblesForUser_withoutBubbles()
198 .isEqualTo(listOf(bubble1, bubble2, bubble3)) in testRemoveBubblesForUser_withoutBubbles()
207 .isEqualTo(listOf(bubble1, bubble2, bubble3)) in testSanitizeBubbles_noChanges()
[all …]
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt179 val bubble2 = createAndInflateChatBubble(key = "bubble2") in <lambda>() constant
182 bubbleStackView.addBubble(bubble2) in <lambda>()
188 assertThat(bubbleData.selectedBubble).isEqualTo(bubble2) in <lambda>()
189 assertThat(bubble2.iconView).isNotNull() in <lambda>()
201 bubble2.iconView!!.performClick() in <lambda>()
204 bubbleStackView.setSelectedBubble(bubble2) in <lambda>()