Searched refs:bubblesManager (Results 1 – 5 of 5) sorted by relevance
48 import com.android.systemui.wmshell.bubblesManager68 Optional.of(bubblesManager), in <lambda>()
22 var Kosmos.bubblesManager by Kosmos.Fixture { mock<BubblesManager>() } in <lambda>() variable
106 private val bubblesManager: BubblesManager = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest146 Optional.of(bubblesManager), in setUp()
140 @Mock private lateinit var bubblesManager: BubblesManager in <lambda>() variable in com.android.systemui.statusbar.notification.row.NotificationGutsManagerWithScenesTest177 Optional.of(bubblesManager), in <lambda>()
231 mBubblesManagerOptional.ifPresent(bubblesManager -> in onNotificationBubbleIconClicked()232 bubblesManager.onUserChangedBubble(entry, !entry.isBubble())); in onNotificationBubbleIconClicked()