Searched refs:SYNC_AUTHORITY (Results 1 – 4 of 4) sorted by relevance
38 private static final String SYNC_AUTHORITY = "syncAuthority"; field in TurnAutoSyncOnDialog64 args.putString(SYNC_AUTHORITY, syncAuthority); in newInstance()72 final String syncAuthority = getArguments().getString(SYNC_AUTHORITY); in onCreateDialog()
295 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()
226 .put(AccountColumns.SYNC_AUTHORITY, String.class)553 public static final String SYNC_AUTHORITY = "syncAuthority"; field in UIProvider.AccountColumns
3661 if (projectionColumns.contains(UIProvider.AccountColumns.SYNC_AUTHORITY)) { in genQueryAccount()3662 values.put(UIProvider.AccountColumns.SYNC_AUTHORITY, EmailContent.AUTHORITY); in genQueryAccount()