Home | History | Annotate | Download | only in content

Lines Matching defs:authorities

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