Home | History | Annotate | Download | only in content

Lines Matching refs:authorities

71  * To specify a path, you also must specify both one or more authorities and
704 * authority to be considered. If any authorities are
706 * them. If no authorities are included, then only the scheme must match.
730 * Return the number of data authorities in the filter.
745 * filter does not include any authorities, false will <em>always</em> be
758 * Return an iterator over the filter's data authorities.
767 * one or more authorities (via {@link #addDataAuthority}) for the
903 final ArrayList<AuthorityEntry> authorities = mDataAuthorities;
920 if (authorities != null) {