Searched refs:CONVERSATION_ID_COLUMN (Results 1 – 4 of 4) sorted by relevance
273 id = cursor.getLong(UIProvider.CONVERSATION_ID_COLUMN); in Conversation()
1116 public static final int CONVERSATION_ID_COLUMN = 0; field in UIProvider
922 return cursor.getLong(UIProvider.CONVERSATION_ID_COLUMN); in getConversationId()
411 convId = super.getLong(UIProvider.CONVERSATION_ID_COLUMN); in UnderlyingCursorWrapper()