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.java327 String conferenceId = call.getId(); in testConferenceSetExtras() local
339 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceSetExtras()
342 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceSetExtras()
351 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceSetExtras()
354 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceSetExtras()
357 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceSetExtras()
369 String conferenceId = call.getId(); in testConferenceExtraOperations() local
378 assertTrue(mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceExtraOperations()
381 mInCallServiceFixtureX.getCall(conferenceId).getExtras().get(EXTRA_KEY_STR)); in testConferenceExtraOperations()
383 mInCallServiceFixtureX.getCall(conferenceId).getExtras() in testConferenceExtraOperations()
[all …]
DConnectionServiceFixture.java391 String conferenceId; field in ConnectionServiceFixture.ConnectionInfo
498 a.setIsConferenced(id, mConnectionById.get(id).conferenceId, null /*Session.Info*/); in sendSetIsConferenced()