Searched refs:isParticipantHost (Results 1 – 2 of 2) sorted by relevance
632 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()
987 if (!isParticipantHost(mConferenceHostAddress, participant.getHandle())) { in handleConferenceParticipantsUpdate()1324 public static boolean isParticipantHost(Uri[] hostHandles, Uri handle) { in isParticipantHost() method in ImsConference