Searched refs:createCallProfile (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
H A D | MMTelFeature.java | 112 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) 115 return MMTelFeature.this.createCallProfile(sessionId, callSessionType, callType); 285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() method in MMTelFeature
|
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsMMTelFeature.aidl | 44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile() method
|
H A D | IImsService.aidl | 54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile() method
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IImsMmTelFeature.aidl | 45 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() method
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/ |
H A D | MmTelFeature.java | 128 public ImsCallProfile createCallProfile(int callSessionType, int callType) 130 return executeMethodAsyncForResult(() -> MmTelFeature.this.createCallProfile( 1533 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() method in MmTelFeature
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 16749 method @Nullable public android.telephony.ims.ImsCallProfile createCallProfile(int, int);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 53688 Landroid/telephony/ims/compat/feature/MMTelFeature;->createCallProfile(III)Landroid/telephony/ims/I… 71506 Lcom/android/ims/internal/IImsMMTelFeature$Stub$Proxy;->createCallProfile(III)Landroid/telephony/im… 71545 Lcom/android/ims/internal/IImsMMTelFeature;->createCallProfile(III)Landroid/telephony/ims/ImsCallPr… 71616 Lcom/android/ims/internal/IImsService$Stub$Proxy;->createCallProfile(III)Landroid/telephony/ims/Ims… 71651 Lcom/android/ims/internal/IImsService;->createCallProfile(III)Landroid/telephony/ims/ImsCallProfile;
|