HomeSort by relevance Sort by last modified time
    Searched defs:_SYNC_ID (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/provider/
SyncConstValue.java 42 public static final String _SYNC_ID = "_sync_id";
Calendar.java 153 public static final String _SYNC_ID = "_sync_id";
517 * The _sync_id of the original recurring event for which this event is
702 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, _SYNC_ID);
801 new String[] { Events._SYNC_ACCOUNT, Events._SYNC_ID };
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 236 "_id", "name", "notes", "should_sync", "system_id", "_sync_account", "_sync_id",
247 static int _SYNC_ID = 6;
303 bindString(insert, GroupsInsert.SOURCE_ID, c.getString(GroupsQuery._SYNC_ID));
340 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
347 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
354 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
361 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
378 static int _SYNC_ID = 12;
564 bindString(insert, RawContactsInsert.SOURCE_ID, c.getString(PeopleQuery._SYNC_ID));
    [all...]

Completed in 114 milliseconds