Home
last modified time | relevance | path

Searched refs:SYNC_AUTHORITY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTurnAutoSyncOnDialog.java38 private static final String SYNC_AUTHORITY = "syncAuthority"; field in TurnAutoSyncOnDialog
64 args.putString(SYNC_AUTHORITY, syncAuthority); in newInstance()
72 final String syncAuthority = getArguments().getString(SYNC_AUTHORITY); in onCreateDialog()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java295 json.put(AccountColumns.SYNC_AUTHORITY, syncAuthority); in serialize()
429 syncAuthority = json.optString(AccountColumns.SYNC_AUTHORITY); in Account()
507 cursor.getColumnIndex(AccountColumns.SYNC_AUTHORITY)); in Account()
959 map.put(AccountColumns.SYNC_AUTHORITY, syncAuthority); in getValueMap()
DUIProvider.java226 .put(AccountColumns.SYNC_AUTHORITY, String.class)
553 public static final String SYNC_AUTHORITY = "syncAuthority"; field in UIProvider.AccountColumns
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java3661 if (projectionColumns.contains(UIProvider.AccountColumns.SYNC_AUTHORITY)) { in genQueryAccount()
3662 values.put(UIProvider.AccountColumns.SYNC_AUTHORITY, EmailContent.AUTHORITY); in genQueryAccount()