Home
last modified time | relevance | path

Searched refs:conferenceId (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallExtrasTest.java374 String conferenceId = call.getId(); in testConferenceSetExtras() local
386 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceSetExtras()
389 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceSetExtras()
398 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceSetExtras()
401 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceSetExtras()
404 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceSetExtras()
418 String conferenceId = call.getId(); in testConferenceExtraOperations() local
427 assertTrue(mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceExtraOperations()
430 mInCallServiceFixtureX.getCall(conferenceId).getExtras().get(EXTRA_KEY_STR)); in testConferenceExtraOperations()
432 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceExtraOperations()
[all …]
DConnectionServiceFixture.java453 String conferenceId; field in ConnectionServiceFixture.ConnectionInfo
566 a.setIsConferenced(id, mConnectionById.get(id).conferenceId, null /*Session.Info*/); in sendSetIsConferenced()