Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A 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
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DUserCallIntentProcessor.java98 private void processOutgoingCallIntent(Intent intent, String callingPackageName, in processOutgoingCallIntent() method in UserCallIntentProcessor
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomServiceImplTest.java109 public void processOutgoingCallIntent(Context context, CallsManager callsManager, in processOutgoingCallIntent() method in TelecomServiceImplTest.CallIntentProcessAdapterFake