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
47 public void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method in CallIntentProcessor.AdapterImpl
105 static void processOutgoingCallIntent( in processOutgoingCallIntent() method in CallIntentProcessor
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java98 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