Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2720 Cursor smsMmsCursor = null; in convoListing() local
2772 smsMmsCursor = in convoListing()
2775 if (smsMmsCursor != null) { in convoListing()
2778 Log.d(TAG, "Found " + smsMmsCursor.getCount() + " sms/mms conversations."); in convoListing()
2781 smsMmsCursor.moveToPosition(-1); in convoListing()
2785 while (smsMmsCursor.moveToNext()) { in convoListing()
2786 convoElement = createConvoElement(smsMmsCursor, fi, ap); in convoListing()
2796 while (smsMmsCursor.moveToNext()) { in convoListing()
2798 convoElement = createConvoElement(smsMmsCursor, fi, ap); in convoListing()
2800 smsMmsCursor.getString(MMS_SMS_THREAD_COL_RECIPIENT_IDS); in convoListing()
[all …]