Searched refs:_SYNC_ACCOUNT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSyncConstValue.java30 public static final String _SYNC_ACCOUNT = "_sync_account"; field in interface:SyncConstValue
H A DCalendar.java141 public static final String _SYNC_ACCOUNT = "_sync_account"; field in interface:Calendar.CalendarsColumns
208 private static final String WHERE_DELETE_FOR_ACCOUNT = Calendars._SYNC_ACCOUNT + "=?"
286 * This will be different from the _SYNC_ACCOUNT for delegated calendars.
801 new String[] { Events._SYNC_ACCOUNT, Events._SYNC_ID };
H A DContacts.java105 * The _SYNC_ACCOUNT to which this setting corresponds. This may be null.
110 public static final String _SYNC_ACCOUNT = "_sync_account"; field in interface:Contacts.SettingsColumns
172 * specified account. For this setting the _SYNC_ACCOUNT column must be set.
227 //values.put(_SYNC_ACCOUNT, account.mName);

Completed in 5367 milliseconds