Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java199 static final String[] SMS_PROJECTION_SHORT = new String[]{ field in BluetoothMapContentObserver
1255 c = mResolver.query(Sms.CONTENT_URI, SMS_PROJECTION_SHORT, null, null, null); in initMsgList()
1406 c = mResolver.query(Sms.CONTENT_URI, SMS_PROJECTION_SHORT, null, null, null); in handleMsgListChangesSms()
2768 Cursor c = mResolver.query(uri, SMS_PROJECTION_SHORT, null, null, null); in pushMessage()