Searched refs:clientId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DCalendarSyncAdapter.java1136 private Cursor getClientIdCursor(String clientId) { argument
1137 mBindArgument[0] = clientId;
1271 String clientId = null;
1280 clientId = getValue();
1293 if (clientId == null) return;
1299 Cursor c = getClientIdCursor(clientId);
1303 cv.put(Events.SYNC_DATA2, clientId);
1309 userLog("New event " + clientId + " was given serverId: " + serverId);
1482 private void sendEvent(Entity entity, String clientId, Serializer s) argument
1490 final boolean isException = (clientId
1765 sendDeclinedEmail(Entity entity, String clientId) argument
[all...]
H A DContactsSyncAdapter.java770 private Cursor getClientIdCursor(String clientId) { argument
771 mBindArgument[0] = clientId;
893 String clientId = null;
901 clientId = getValue();
912 if (clientId == null || serverId == null) return;
914 Cursor c = getClientIdCursor(clientId);
925 userLog("New contact " + clientId + " was given serverId: " + serverId);
1883 // This is a new contact; create a clientId
1884 String clientId = "new_" + mMailbox.mId + '_' + System.currentTimeMillis();
1885 userLog("Creating new contact with clientId
[all...]

Completed in 40 milliseconds