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.java192 static final String[] SMS_PROJECTION_SHORT = new String[] { field in BluetoothMapContentObserver
1189 SMS_PROJECTION_SHORT, null, null, null); in initMsgList()
1319 SMS_PROJECTION_SHORT, null, null, null); in handleMsgListChangesSms()
2572 Cursor c = mResolver.query(uri, SMS_PROJECTION_SHORT, null, null, null); in pushMessage()