Home | History | Annotate | Download | only in content

Lines Matching defs:aInfo

649         AuthorityInfo aInfo;
651 aInfo = getOrCreateAuthorityLocked(target, -1, false);
656 Slog.d(TAG, "setIsSyncable: " + aInfo.toString() + " -> " + syncable);
658 if (aInfo.syncable == syncable) {
664 aInfo.syncable = syncable;
668 requestSync(aInfo, SyncOperation.REASON_IS_SYNCABLE, new Bundle());
867 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId);
868 if (ainfo != null && ainfo.target.matchesSpec(info)) {
1213 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId);
1214 if (ainfo != null
1215 && ainfo.target.matchesSpec(info)) {
1229 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId);
1230 if (ainfo == null) {
1233 if (!ainfo.target.matchesSpec(info)) {