Home
last modified time | relevance | path

Searched refs:getConferenceables (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConferenceControllerTest.java102 assertTrue(mTestTelephonyConnectionA.getConferenceables() in testConferenceable()
104 assertTrue(mTestTelephonyConnectionB.getConferenceables() in testConferenceable()
113 assertFalse(mTestTelephonyConnectionB.getConferenceables() in testConferenceable()
194 assertTrue(mTestTelephonyConnectionA.getConferenceables() in testMergeMultiPartyCalls()
196 assertTrue(mTestTelephonyConnectionB.getConferenceables() in testMergeMultiPartyCalls()
211 assertFalse(mTestTelephonyConnectionB.getConferenceables() in testMergeMultiPartyCalls()
H A DImsConferenceControllerTest.java86 assertTrue(mTestTelephonyConnectionA.getConferenceables() in testConferenceable()
88 assertTrue(mTestTelephonyConnectionB.getConferenceables() in testConferenceable()
97 assertFalse(mTestTelephonyConnectionB.getConferenceables() in testConferenceable()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java2853 public final List<Conferenceable> getConferenceables() { in getConferenceables() method in Connection
3705 l.onConferenceablesChanged(this, getConferenceables()); in fireOnConferenceableConnectionsChanged()
H A DConnectionService.java2134 createIdList(connection.getConferenceables()), in createConnection()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39844 method public final java.util.List<android.telecom.Conferenceable> getConferenceables();