Home
last modified time | relevance | path

Searched refs:getEndpoint (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java946 Pair<Uri, Uri> pIdent = new Pair<>(p.getHandle(), p.getEndpoint()); in handleConferenceParticipantsUpdate()
961 participant.getEndpoint()); in handleConferenceParticipantsUpdate()
1008 newParticipant.getEndpoint())); in handleConferenceParticipantsUpdate()
1154 mLoneParticipantIdentity = new Pair<>(entry.getUserEntity(), entry.getEndpoint()); in startEmulatingSinglePartyCall()
1217 participant.getEndpoint()), connection); in createConferenceParticipantConnection()
1235 participant.getEndpoint())); in removeConferenceParticipant()
DConferenceParticipantConnection.java80 mEndpoint = participant.getEndpoint(); in ConferenceParticipantConnection()
149 public Uri getEndpoint() { in getEndpoint() method in ConferenceParticipantConnection
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DSpeedMeasurementController.java173 UsbEndpoint ep = iface.getEndpoint(i); in ReaderThread()
229 UsbEndpoint ep = iface.getEndpoint(i); in BaseWriterThread()