Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceTest.java632 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
637 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
642 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
647 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
652 assertFalse(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
654 assertFalse(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
656 assertFalse(ImsConference.isParticipantHost(null, null)); in testIsParticipantHost()
657 assertFalse(ImsConference.isParticipantHost(new Uri[0], null)); in testIsParticipantHost()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java987 if (!isParticipantHost(mConferenceHostAddress, participant.getHandle())) { in handleConferenceParticipantsUpdate()
1324 public static boolean isParticipantHost(Uri[] hostHandles, Uri handle) { in isParticipantHost() method in ImsConference