Home
last modified time | relevance | path

Searched refs:getInCallIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
DInCallPresenterTest.java128 verify(mContext).startActivity(InCallPresenter.getInstance().getInCallIntent(false, false)); in testOnCallListChange_pendingOutgoingToInCallTransitionShowsUiForErrorDialog()
140 verify(mContext).startActivity(InCallPresenter.getInstance().getInCallIntent(false, false)); in testOnCallListChange_noAccountProvidedForCallShowsUiForAccountPicker()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallPresenter.java1532 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
DStatusBarNotifier.java711 final Intent intent = InCallPresenter.getInstance().getInCallIntent( in createLaunchPendingIntent()