Home
last modified time | relevance | path

Searched refs:convMessageCursor (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java676 Cursor convMessageCursor = null; in buildConversationPageForWearable() local
683 convMessageCursor = db.rawQuery( in buildConversationPageForWearable()
687 if (convMessageCursor == null || !convMessageCursor.moveToFirst()) { in buildConversationPageForWearable()
695 convMessageData.bind(convMessageCursor); in buildConversationPageForWearable()
747 } while (convMessageCursor.moveToNext()); in buildConversationPageForWearable()
749 if (convMessageCursor != null) { in buildConversationPageForWearable()
750 convMessageCursor.close(); in buildConversationPageForWearable()
764 if (convMessageCursor.getCount() == limit) { in buildConversationPageForWearable()
825 Cursor convMessageCursor = null; in createConversationInfoList() local
830 convMessageCursor = db.rawQuery( in createConversationInfoList()
[all …]