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

  /frameworks/base/telephony/java/com/android/ims/internal/
IImsService.aidl 40 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 376 public ImsCallProfile createCallProfile(int serviceId,
381 return mImsService.createCallProfile(serviceId, serviceType, callType);
383 throw new ImsException("createCallProfile()", e,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 400 ImsCallProfile profile = mImsManager.createCallProfile(mServiceId,
778 ImsCallProfile profile = mImsManager.createCallProfile(mServiceId,
    [all...]

Completed in 3341 milliseconds