Searched refs:CONTENT_SERVER_ID_COLUMN (Results 1 – 2 of 2) sorted by relevance
460 public static final int CONTENT_SERVER_ID_COLUMN = 9; field in EmailContent.Message665 mServerId = c.getString(CONTENT_SERVER_ID_COLUMN); in restore()1941 public static final int CONTENT_SERVER_ID_COLUMN = 2; field in EmailContent.Mailbox2052 mServerId = cursor.getString(CONTENT_SERVER_ID_COLUMN); in restore()
1732 .data(Tags.PING_ID, c.getString(Mailbox.CONTENT_SERVER_ID_COLUMN)) in runPingLoop()