Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallIntentProcessor.java42 void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method
55 public void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method in CallIntentProcessor.AdapterImpl
57 CallIntentProcessor.processOutgoingCallIntent(context, callsManager, intent, in processOutgoingCallIntent()
102 processOutgoingCallIntent(mContext, mCallsManager, intent, callingPackage, in processIntent()
115 static void processOutgoingCallIntent( in processOutgoingCallIntent() method in CallIntentProcessor
DTelecomServiceImpl.java2331 mCallIntentProcessorAdapter.processOutgoingCallIntent(mContext,
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java94 processOutgoingCallIntent(intent, callingPackageName, isSelfManaged, in processIntent()
99 private void processOutgoingCallIntent(Intent intent, String callingPackageName, in processOutgoingCallIntent() method in UserCallIntentProcessor
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java132 public void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method in TelecomServiceImplTest.CallIntentProcessAdapterFake