HomeSort by relevance Sort by last modified time
    Searched refs:_SYNC_ID (Results 1 - 10 of 10) 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/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 85 Events._SYNC_ID,
188 * <li> Events._SYNC_ID </li>
205 int eventIndexSyncId = mCursor.getColumnIndexOrThrow(Events._SYNC_ID);
EventInfoActivity.java 107 Events._SYNC_ID, // 6 do not remove; used in DeleteEventHelper
    [all...]
EditEvent.java 133 Events._SYNC_ID, // 11
    [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...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 216 "_sync_id TEXT," +
247 "_sync_id TEXT," +
274 "originalEvent TEXT," + // _sync_id of recurring event
302 + Calendar.Events._SYNC_ID + ");");
    [all...]
CalendarProvider2.java 93 Events._SYNC_ID,
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 74 // Since exceptions will have the same _SYNC_ID as the original event we have to check that
75 // there's no original event when finding an item by _SYNC_ID
76 private static final String SERVER_ID_AND_CALENDAR_ID = Events._SYNC_ID + "=? AND " +
384 cv.put(Events._SYNC_ID, serverId);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 160 Groups.SYSTEM_ID, Groups._SYNC_ACCOUNT, Groups._SYNC_ACCOUNT_TYPE, Groups._SYNC_ID,
239 Photos._SYNC_ID, Photos._SYNC_TIME, Photos._SYNC_VERSION,
    [all...]

Completed in 463 milliseconds