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.java679 Cursor convMessageCursor = null; in buildConversationPageForWearable() local
686 convMessageCursor = db.rawQuery( in buildConversationPageForWearable()
690 if (convMessageCursor == null || !convMessageCursor.moveToFirst()) { in buildConversationPageForWearable()
698 convMessageData.bind(convMessageCursor); in buildConversationPageForWearable()
750 } while (convMessageCursor.moveToNext()); in buildConversationPageForWearable()
752 if (convMessageCursor != null) { in buildConversationPageForWearable()
753 convMessageCursor.close(); in buildConversationPageForWearable()
767 if (convMessageCursor.getCount() == limit) { in buildConversationPageForWearable()
828 Cursor convMessageCursor = null; in createConversationInfoList() local
833 convMessageCursor = db.rawQuery( in createConversationInfoList()
[all …]