Home | History | Annotate | Download | only in adapter

Lines Matching refs:clientId

770         private Cursor getClientIdCursor(String clientId) {
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: ", clientId);
1886 s.start(Tags.SYNC_ADD).data(Tags.SYNC_CLIENT_ID, clientId);
1888 cidValues.put(RawContacts.SYNC1, clientId);