Searched refs:getInCallIntent (Results 1 – 3 of 3) sorted by relevance
128 verify(mContext).startActivity(InCallPresenter.getInstance().getInCallIntent(false, false)); in testOnCallListChange_pendingOutgoingToInCallTransitionShowsUiForErrorDialog()140 verify(mContext).startActivity(InCallPresenter.getInstance().getInCallIntent(false, false)); in testOnCallListChange_noAccountProvidedForCallShowsUiForAccountPicker()
1532 mContext.startActivity(getInCallIntent(showDialpad, newOutgoingCall)); in showInCall()1569 final Intent incallIntent = getInCallIntent(false, true); in maybeStartRevealAnimation()1574 public Intent getInCallIntent(boolean showDialpad, boolean newOutgoingCall) { in getInCallIntent() method in InCallPresenter
711 final Intent intent = InCallPresenter.getInstance().getInCallIntent( in createLaunchPendingIntent()