Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java1270 private boolean isParticipantHost(Uri[] hostHandles, Uri handle) { in isParticipantHost() argument
1272 if (hostHandles == null || hostHandles.length == 0 || handle == null) { in isParticipantHost()
1299 for (Uri hostHandle : hostHandles) { in isParticipantHost()