Home | History | Annotate | Download | only in eas

Lines Matching refs:serverId

54  * The Mailbox in the Email DB is only useful for serverId and syncInterval.
837 String serverId = entityValues.getAsString(ContactsContract.RawContacts.SOURCE_ID);
844 if (serverId == null) {
849 serverId = clientId;
859 LogUtils.d(TAG, "Deleting contact with serverId: %s", serverId);
860 s.start(Tags.SYNC_DELETE).data(Tags.SYNC_SERVER_ID, serverId).end();
865 LogUtils.d(TAG, "Upsync change to contact with serverId: %s", serverId);
866 s.start(Tags.SYNC_CHANGE).data(Tags.SYNC_SERVER_ID, serverId);
957 new String[]{String.valueOf(serverId)}, null);