Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java1082 MatrixCursor smsMmsCursor = new MatrixCursor(new String[] {"MmsSmsThreadColId", in convoListing_withNullFilterRecipient() local
1137 MatrixCursor smsMmsCursor = new MatrixCursor(new String[] {"MmsSmsThreadColId", in convoListing_withNonNullFilterRecipient() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java2647 Cursor smsMmsCursor = null; in convoListing() local
3159 Cursor smsMmsCursor, BluetoothMapAppParams ap, SmsMmsContacts contacts) { in populateSmsMmsConvoElement()