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

  /frameworks/base/core/java/android/provider/
SyncConstValue.java 42 public static final String _SYNC_ID = "_sync_id";
CalendarContract.java 261 public static final String _SYNC_ID = "_sync_id";
481 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, _SYNC_ID);
603 * <li>{@link #_SYNC_ID}</li>
670 _SYNC_ID,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 97 String selection = Events._SYNC_ID + " LIKE \"%/" + eid + "\"";
EventInfoFragment.java 162 Events._SYNC_ID, // 6 do not remove; used in DeleteEventHelper
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 239 "_id", "name", "notes", "should_sync", "system_id", "_sync_account", "_sync_id",
250 static int _SYNC_ID = 6;
306 bindString(insert, GroupsInsert.SOURCE_ID, c.getString(GroupsQuery._SYNC_ID));
343 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
350 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
357 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
364 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
381 static int _SYNC_ID = 12;
562 bindString(insert, RawContactsInsert.SOURCE_ID, c.getString(PeopleQuery._SYNC_ID));
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 91 * Determines the set of Events where the _sync_id matches the first query argument, or the
103 " WHERE " + Tables.EVENTS + "." + Events._SYNC_ID + "=?" + " OR " +
108 Events._SYNC_ID,
180 int syncIdColumn = entries.getColumnIndex(Events._SYNC_ID);
    [all...]
CalendarDatabaseHelper.java 71 Events._SYNC_ID + "," +
168 // column set when an the _sync_id is set.
171 " SET " + Events.ORIGINAL_SYNC_ID + "=new." + Events._SYNC_ID +
176 "CREATE TRIGGER " + SYNC_ID_UPDATE_TRIGGER_NAME + " UPDATE OF " + Events._SYNC_ID +
488 // _sync_id
502 CalendarContract.Events._SYNC_ID + " TEXT," +
530 // ORIGINAL_SYNC_ID is the _sync_id of recurring event
566 + "_sync_id TEXT,"
593 // ORIGINAL_SYNC_ID is the _sync_id of recurring event
629 "_sync_id TEXT,"
    [all...]
CalendarProvider2.java 100 Events._SYNC_ID,
207 "=? AND " + Events._SYNC_ID + " IS NULL";
244 "SELECT COUNT(*) FROM " + Tables.EVENTS + " WHERE " + Events._SYNC_ID + "=?";
368 ALLOWED_IN_EXCEPTION.add(Events._SYNC_ID);
407 Events._SYNC_ID,
1760 String _sync_id = values.getAsString(Events._SYNC_ID); local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 83 // Since exceptions will have the same _SYNC_ID as the original event we have to check that
84 // there's no original event when finding an item by _SYNC_ID
85 private static final String SERVER_ID_AND_CALENDAR_ID = Events._SYNC_ID + "=? AND " +
403 cv.put(Events._SYNC_ID, serverId);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 78 Calendars._SYNC_ID,
134 values.put(Calendars._SYNC_ID, "SYNC_ID:" + seedString);
333 Events._SYNC_ID,
392 values.put(Events._SYNC_ID, "SYNC_ID:" + seedString);
488 values.put(Events._SYNC_ID, "SYNC_ID:" + seedString);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 76 Events._SYNC_ID, // 12
    [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 929 milliseconds