Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/com/android/internal/telecom/
DITelecomService.aidl323 void handleCallIntent(in Intent intent, in String callingPackageProxy); in handleCallIntent() argument
/frameworks/base/telecomm/java/android/telecom/
DTelecomManager.java2366 public void handleCallIntent(Intent intent, String callingPackageProxy) { in handleCallIntent() argument
2369 getTelecomService().handleCallIntent(intent, callingPackageProxy); in handleCallIntent()