Searched refs:hostHandles (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java784 * @param hostHandles The handle(s) of the connection hosting the conference.
789 private boolean isParticipantHost(Uri[] hostHandles, Uri handle) { argument
791 if (hostHandles == null || hostHandles.length == 0 || handle == null) {
818 for (Uri hostHandle : hostHandles) {

Completed in 47 milliseconds