Home | History | Annotate | Download | only in app

Lines Matching defs:authority

297         final String authority;
300 public ProviderKey(String authority, int userId) {
301 this.authority = authority;
309 return Objects.equals(authority, other.authority) && userId == other.userId;
316 return ((authority != null) ? authority.hashCode() : 0) ^ userId;
5800 buf.append(cpi.authority);
6135 final String auths[] = holder.info.authority.split(";");
6143 case ContactsContract.AUTHORITY:
6144 case CallLog.AUTHORITY:
6146 case BlockedNumberContract.AUTHORITY:
6147 case CalendarContract.AUTHORITY:
6148 case Downloads.Impl.AUTHORITY:
6191 Slog.d(TAG, "Loading provider " + info.authority + ": "
6250 if (DEBUG_PROVIDER) Slog.v(TAG, "Installing external provider " + info.authority + ": "