HomeSort by relevance Sort by last modified time
    Searched full:createcallprofile (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telephony/java/com/android/ims/internal/
IImsService.aidl 42 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 627 public ImsCallProfile createCallProfile(int serviceId,
632 return mImsService.createCallProfile(serviceId, serviceType, callType);
634 throw new ImsException("createCallProfile()", e,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 412 ImsCallProfile profile = mImsManager.createCallProfile(mServiceId,
872 ImsCallProfile profile = mImsManager.createCallProfile(mServiceId,
    [all...]

Completed in 663 milliseconds