Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallIntentProcessor.java144 sendNewOutgoingCallIntent(context, call, callsManager, intent); in processOutgoingCallIntent()
148 static void sendNewOutgoingCallIntent(Context context, Call call, CallsManager callsManager, in sendNewOutgoingCallIntent() method in CallIntentProcessor
DCallsManager.java2725 CallIntentProcessor.sendNewOutgoingCallIntent(mContext, mPendingCall, this, in confirmPendingCall()