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.java2495 Cursor smsMmsCursor = null; in convoListing() local
2543 smsMmsCursor = mResolver.query(uri, MMS_SMS_THREAD_PROJECTION, selection.toString(), in convoListing()
2545 if (smsMmsCursor != null) { in convoListing()
2547 if(D) Log.d(TAG, "Found " + smsMmsCursor.getCount() in convoListing()
2550 smsMmsCursor.moveToPosition(-1); in convoListing()
2554 while (smsMmsCursor.moveToNext()) { in convoListing()
2555 convoElement = createConvoElement(smsMmsCursor, fi, ap); in convoListing()
2565 while (smsMmsCursor.moveToNext()) { in convoListing()
2567 convoElement = createConvoElement(smsMmsCursor, fi, ap); in convoListing()
2569 smsMmsCursor.getString(MMS_SMS_THREAD_COL_RECIPIENT_IDS); in convoListing()
[all …]