Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/com/android/internal/telecom/
DITelecomService.aidl327 void handleCallIntent(in Intent intent, in String callingPackageProxy); in handleCallIntent() method
/frameworks/base/telecomm/java/android/telecom/
DTelecomManager.java2391 public void handleCallIntent(Intent intent, String callingPackageProxy) { in handleCallIntent() method in TelecomManager
2394 getTelecomService().handleCallIntent(intent, callingPackageProxy); in handleCallIntent()