Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java112 static final String[] MMS_PROJECTION = new String[] { field in BluetoothMapContent
1309 MMS_PROJECTION, where, null, Mms.DATE + " DESC" + limit); in msgListing()
1432 MMS_PROJECTION, where, null, Mms.DATE + " DESC"); in msgListingSize()
1486 MMS_PROJECTION, where, null, Sms.DATE + " DESC"); in msgListingHasUnread()
1834 Cursor c = mResolver.query(Mms.CONTENT_URI, MMS_PROJECTION, "_ID = " + id, null, null); in getMmsMessage()