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.java861 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
866 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
871 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
876 assertTrue(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
881 assertFalse(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
883 assertFalse(ImsConference.isParticipantHost(new Uri[] { in testIsParticipantHost()
885 assertFalse(ImsConference.isParticipantHost(null, null)); in testIsParticipantHost()
886 assertFalse(ImsConference.isParticipantHost(new Uri[0], null)); in testIsParticipantHost()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java1029 if (!isParticipantHost(mConferenceHostAddress, participant.getHandle())) { in handleConferenceParticipantsUpdate()
1375 public static boolean isParticipantHost(Uri[] hostHandles, Uri handle) { in isParticipantHost() method in ImsConference