Searched refs:syncAuthority (Results 1 – 3 of 3) sorted by relevance
60 String syncAuthority) { in newInstance() argument64 args.putString(SYNC_AUTHORITY, syncAuthority); in newInstance()72 final String syncAuthority = getArguments().getString(SYNC_AUTHORITY); in onCreateDialog() local92 final String authority = TextUtils.isEmpty(syncAuthority) ? in onCreateDialog()93 sDefaultSyncAuthority : syncAuthority; in onCreateDialog()
80 mAccount.getAccountManagerAccount(), mAccount.syncAuthority); in getTextAreaOnClickListener()102 if (mAccount == null || mAccount.syncAuthority == null) {142 if (!TextUtils.isEmpty(account.syncAuthority) &&143 !ContentResolver.getSyncAutomatically(acct, account.syncAuthority)) {
226 public final String syncAuthority; field in Account295 json.put(AccountColumns.SYNC_AUTHORITY, syncAuthority); in serialize()429 syncAuthority = json.optString(AccountColumns.SYNC_AUTHORITY); in Account()506 syncAuthority = cursor.getString( in Account()508 if (TextUtils.isEmpty(syncAuthority)) { in Account()626 syncAuthority = in.readString(); in Account()627 if (TextUtils.isEmpty(syncAuthority)) { in Account()675 dest.writeString(syncAuthority); in writeToParcel()741 Objects.equal(syncAuthority, other.syncAuthority) && in equals()797 syncAuthority, in hashCode()[all …]