Home
last modified time | relevance | path

Searched refs:syncAuthority (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTurnAutoSyncOnDialog.java60 String syncAuthority) { in newInstance() argument
64 args.putString(SYNC_AUTHORITY, syncAuthority); in newInstance()
72 final String syncAuthority = getArguments().getString(SYNC_AUTHORITY); in onCreateDialog() local
92 final String authority = TextUtils.isEmpty(syncAuthority) ? in onCreateDialog()
93 sDefaultSyncAuthority : syncAuthority; in onCreateDialog()
DConversationSyncDisabledTipView.java80 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)) {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java226 public final String syncAuthority; field in Account
295 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 …]