Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallPresenter.java1569 final Intent incallIntent = getInCallIntent(false, true); in maybeStartRevealAnimation() local
1570 incallIntent.putExtra(TouchPointManager.TOUCH_POINT, touchPoint); in maybeStartRevealAnimation()
1571 mContext.startActivity(incallIntent); in maybeStartRevealAnimation()