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.java34 void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method
47 public void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method in CallIntentProcessor.AdapterImpl
49 CallIntentProcessor.processOutgoingCallIntent(context, callsManager, intent, in processOutgoingCallIntent()
92 processOutgoingCallIntent(mContext, mCallsManager, intent, callingPackage, in processIntent()
105 static void processOutgoingCallIntent( in processOutgoingCallIntent() method in CallIntentProcessor
DTelecomServiceImpl.java1713 mCallIntentProcessorAdapter.processOutgoingCallIntent(mContext,
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java93 processOutgoingCallIntent(intent, callingPackageName, canCallNonEmergency, in processIntent()
98 private void processOutgoingCallIntent(Intent intent, String callingPackageName, in processOutgoingCallIntent() method in UserCallIntentProcessor
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java105 public void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method in TelecomServiceImplTest.CallIntentProcessAdapterFake