Home | History | Annotate | Download | only in adapter

Lines Matching full:serverid

146     private Cursor getServerIdCursor(String serverId) {
147 mBindArguments[0] = serverId;
157 String serverId = getValue();
158 // Find the mailbox in this account with the given serverId
159 Cursor c = getServerIdCursor(serverId);
162 userLog("Deleting ", serverId);
181 String serverId = null;
200 serverId = getValue();
210 m.mServerId = serverId;
261 String serverId = null;
267 serverId = getValue();
281 // serverId is required, but let's be careful just the same
282 if (serverId != null && (displayName != null || parentId != null)) {
283 Cursor c = getServerIdCursor(serverId);
285 // If we find the mailbox (using serverId), make the change
287 userLog("Updating ", serverId);