Searched refs:hostHandles (Results 1 – 1 of 1) sorted by relevance
1324 public static boolean isParticipantHost(Uri[] hostHandles, Uri handle) { in isParticipantHost() argument1326 if (hostHandles == null || hostHandles.length == 0 || handle == null) { in isParticipantHost()1338 for (Uri hostHandle : hostHandles) { in isParticipantHost()