/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 239 public void startConference(String[] participants, ImsCallProfile profile) throws 241 executeMethodAsync(() -> ImsCallSessionImplBase.this.startConference(participants, 530 public void startConference(String[] participants, ImsCallProfile profile) { in startConference() method in ImsCallSessionImplBase
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 130 void startConference(in String[] participants, in ImsCallProfile profile); in startConference() method
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ITelecomService.aidl | 293 void startConference(in List<Uri> participants, in Bundle extras, in startConference() method
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 182 public void startConference(String[] participants, ImsCallProfile profile) { in startConference() method in ImsCallSessionImplBase
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneInternalInterface.java | 523 Connection startConference(String[] participantsToDial, @NonNull DialArgs dialArgs) in startConference() method
|
D | GsmCdmaPhone.java | 1428 public Connection startConference(String[] participantsToDial, DialArgs dialArgs) in startConference() method in GsmCdmaPhone 1436 return imsPhone.startConference(participantsToDial, dialArgs); in startConference()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | TelecomManager.java | 2537 public void startConference(@NonNull List<Uri> participants, in startConference() method in TelecomManager 2542 service.startConference(participants, extras, in startConference()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 853 miSession.startConference(participants, profile); in start()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 980 public Connection startConference(String[] participantsToDial, DialArgs dialArgs) in startConference() method in ImsPhone 984 return mCT.startConference(participantsToDial, imsDialArgsBuilder.build()); in startConference()
|
D | ImsPhoneCallTracker.java | 1667 public Connection startConference(String[] participantsToDial, ImsPhone.ImsDialArgs dialArgs) in startConference() method in ImsPhoneCallTracker
|
/frameworks/base/core/api/ |
D | system-current.txt | 17453 method public void startConference(String[], android.telephony.ims.ImsCallProfile);
|
D | current.txt | 43295 …method @RequiresPermission(android.Manifest.permission.CALL_PHONE) public void startConference(@No…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 53146 Landroid/telephony/ims/compat/stub/ImsCallSessionImplBase;->startConference([Ljava/lang/String;Land… 70632 Lcom/android/ims/internal/IImsCallSession$Stub$Proxy;->startConference([Ljava/lang/String;Landroid/… 70697 Lcom/android/ims/internal/IImsCallSession;->startConference([Ljava/lang/String;Landroid/telephony/i…
|