Home | History | Annotate | Download | only in adapter

Lines Matching defs:serverId

93     public void addData(String serverId, ContactOperations ops, Entity entity)
118 ops.newContact(serverId, mAccount.mEmailAddress);
403 String serverId = null;
407 serverId = getValue();
410 addData(serverId, ops, null);
418 private Cursor getServerIdCursor(String serverId) {
419 mBindArgument[0] = serverId;
434 String serverId = getValue();
435 // Find the message in this mailbox with the given serverId
436 Cursor c = getServerIdCursor(serverId);
439 userLog("Deleting ", serverId);
468 String serverId = null;
473 serverId = getValue();
474 Cursor c = getServerIdCursor(serverId);
490 userLog("Changing contact ", serverId);
498 addData(serverId, ops, entity);
547 String serverId = null;
553 serverId = getValue();
567 if (clientId == null || serverId == null) return;
572 cv.put(RawContacts.SOURCE_ID, serverId);
580 userLog("New contact " + clientId + " was given serverId: " + serverId);
588 String serverId = null;
593 serverId = getValue();
602 if (serverId != null && status != null) {
603 userLog("Changed contact " + serverId + " failed with status: " + status);
822 public void newContact(final String serverId, final String emailAddress) {
826 values.put(RawContacts.SOURCE_ID, serverId);