Home
last modified time | relevance | path

Searched defs:incomingCallIntent (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
DSipManager.java407 public SipAudioCall takeAudioCall(Intent incomingCallIntent, in takeAudioCall()
460 public static String getCallId(Intent incomingCallIntent) { in getCallId()
472 public static String getOfferSessionDescription(Intent incomingCallIntent) { in getOfferSessionDescription()
559 public SipSession getSessionFor(Intent incomingCallIntent) in getSessionFor()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsMMTelFeature.aidl36 int startSession(in PendingIntent incomingCallIntent, in startSession()
DIImsService.aidl36 int open(int phoneId, int serviceClass, in PendingIntent incomingCallIntent, in open()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsServiceBase.java44 public int open(int phoneId, int serviceClass, PendingIntent incomingCallIntent, in open()
137 protected int onOpen(int phoneId, int serviceClass, PendingIntent incomingCallIntent, in onOpen()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceInterfaceAdapter.java47 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) in startSession()
DMmTelInterfaceAdapter.java48 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) in startSession()
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java208 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) { in startSession()