Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java226 static final String[] MMS_SMS_THREAD_PROJECTION = { field in BluetoothMapContent
257 List<String> projection = Arrays.asList(MMS_SMS_THREAD_PROJECTION);
2779 MMS_SMS_THREAD_PROJECTION, in convoListing()
2959 mResolver.query(uri, MMS_SMS_THREAD_PROJECTION, null, null, Threads.DATE + " DESC"); in refreshSmsMmsConvoVersions()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java1211 eq(BluetoothMapContent.MMS_SMS_THREAD_PROJECTION), in convoListing_withNullFilterRecipient()
1299 eq(BluetoothMapContent.MMS_SMS_THREAD_PROJECTION), in convoListing_withNonNullFilterRecipient()