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.java678 Cursor convMessageCursor = null; in buildConversationPageForWearable() local
685 convMessageCursor = db.rawQuery( in buildConversationPageForWearable()
689 if (convMessageCursor == null || !convMessageCursor.moveToFirst()) { in buildConversationPageForWearable()
697 convMessageData.bind(convMessageCursor); in buildConversationPageForWearable()
749 } while (convMessageCursor.moveToNext()); in buildConversationPageForWearable()
751 if (convMessageCursor != null) { in buildConversationPageForWearable()
752 convMessageCursor.close(); in buildConversationPageForWearable()
766 if (convMessageCursor.getCount() == limit) { in buildConversationPageForWearable()
827 Cursor convMessageCursor = null; in createConversationInfoList() local
832 convMessageCursor = db.rawQuery( in createConversationInfoList()
[all …]