Searched refs:isParticipantHost (Results 1 – 2 of 2) sorted by relevance
829 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()834 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()839 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()844 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()849 assertFalse(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()851 assertFalse(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()853 assertFalse(ImsConference.isParticipantHost(null, null)); in testIsParticipantHost()854 assertFalse(ImsConference.isParticipantHost(new Uri[0], null)); in testIsParticipantHost()
1029 if (!isParticipantHost(mConferenceHostAddress, participant.getHandle())) { in handleConferenceParticipantsUpdate()1375 public static boolean isParticipantHost(Uri[] hostHandles, Uri handle) { in isParticipantHost() method in ImsConference