Searched refs:INCALL (Results 1 – 10 of 10) sorted by relevance
877 } else if (newState == InCallState.INCALL) { in onCallListChange()1073 newState = InCallState.INCALL; in getPotentialStateFromCallList()1531 && InCallState.INCALL == newState in startOrFinishUi()1924 INCALL, enumConstant1941 return (this == INCOMING || this == OUTGOING || this == INCALL); in isConnectingOrConnected()
1284 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showMainInCallFragment()1550 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showInCallScreenFragment()1577 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showRttCallScreenFragment()1621 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showVideoCallScreenFragment()
56 if (newState == InCallState.INCALL) { in onStateChange()
105 if (newState == InCallState.INCALL) { in onStateChange()
259 final boolean isInCall = inCallPresenter.getInCallState() == InCallState.INCALL; in onUiShowing()
108 boolean hasOngoingCall = InCallState.INCALL == newState && callList.hasLiveCall(); in onStateChange()
119 } else if (newState == InCallState.INCALL) { in onStateChange()
522 } else if (newState == InCallPresenter.InCallState.INCALL) { in onStateChange()
271 } else if (newState == InCallState.INCALL) { in onStateChange()
47 INCALL = 13; enumerator