Searched refs:SMS_PROJECTION (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 99 static final String[] SMS_PROJECTION = new String[] { field in BluetoothMapContent 1278 SMS_PROJECTION, where, null, Sms.DATE + " DESC" + limit); in msgListing() 1422 SMS_PROJECTION, where, null, Sms.DATE + " DESC"); in msgListingSize() 1474 SMS_PROJECTION, where, null, Sms.DATE + " DESC"); in msgListingHasUnread() 1626 Cursor c = mResolver.query(Sms.CONTENT_URI, SMS_PROJECTION, "_ID = " + id, null, null); in getSmsMessage()
|
D | BluetoothMapContentObserver.java | 127 static final String[] SMS_PROJECTION = new String[] { field in BluetoothMapContentObserver 1941 Cursor c = mResolver.query(Sms.CONTENT_URI, SMS_PROJECTION, where, null, null); in resendPendingMessages() 1962 Cursor c = mResolver.query(Sms.CONTENT_URI, SMS_PROJECTION, where, null, null); in failPendingMessages()
|
/packages/apps/Mms/src/com/android/mms/data/ |
D | Conversation.java | 1333 static final String[] SMS_PROJECTION = new String[] { field in Conversation 1363 SMS_PROJECTION, null, null, "_id DESC"); in dumpSmsTable()
|