Home
last modified time | relevance | path

Searched refs:createCallProfile (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsService.aidl42 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java627 public ImsCallProfile createCallProfile(int serviceId, in createCallProfile() method in ImsManager
632 return mImsService.createCallProfile(serviceId, serviceType, callType); in createCallProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java412 ImsCallProfile profile = mImsManager.createCallProfile(mServiceId, in dialInternal()
872 ImsCallProfile profile = mImsManager.createCallProfile(mServiceId, in sendUSSD()