Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DUserCallIntentProcessor.java194 tm.handleCallIntent(intent, callingPackage); in sendIntentToDestination()
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DITelecomService.aidl339 void handleCallIntent(in Intent intent, in String callingPackageProxy); in handleCallIntent() method
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java2562 public void handleCallIntent(Intent intent, String callingPackageProxy) { in handleCallIntent() method in TelecomManager
2566 service.handleCallIntent(intent, callingPackageProxy); in handleCallIntent()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomServiceImpl.java1826 public void handleCallIntent(Intent intent, String callingPackage) {