Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DReturnToCallController.java195 boolean shouldStartInBubbleMode = InCallPresenter.getInstance().shouldStartInBubbleMode(); in onCallListChange()
201 && shouldStartInBubbleMode; in onCallListChange()
297 InCallPresenter.getInstance().shouldStartInBubbleMode() in generateBubbleInfo()
DInCallPresenter.java416 public boolean shouldStartInBubbleMode() { in shouldStartInBubbleMode() method in InCallPresenter
1565 if ((showCallUi || showAccountPicker) && !shouldStartInBubbleMode()) { in startOrFinishUi()