Home
last modified time | relevance | path

Searched defs:processOutgoingCallIntent (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallIntentProcessor.java34 void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method
42 public void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method in CallIntentProcessor.AdapterImpl
101 static void processOutgoingCallIntent( in processOutgoingCallIntent() method in CallIntentProcessor
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java99 private void processOutgoingCallIntent(Intent intent, String callingPackageName, in processOutgoingCallIntent() method in UserCallIntentProcessor
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java104 public void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method in TelecomServiceImplTest.CallIntentProcessAdapterFake