Searched refs:isParticipantHost (Results 1 – 2 of 2) sorted by relevance
672 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()677 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()682 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()687 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()692 assertFalse(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()694 assertFalse(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()696 assertFalse(ImsConference.isParticipantHost(null, null)); in testIsParticipantHost()697 assertFalse(ImsConference.isParticipantHost(new Uri[0], null)); in testIsParticipantHost()
1017 if (!isParticipantHost(mConferenceHostAddress, participant.getHandle())) { in handleConferenceParticipantsUpdate()1355 public static boolean isParticipantHost(Uri[] hostHandles, Uri handle) { in isParticipantHost() method in ImsConference