Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java205 static final String[] SMS_PROJECTION_SHORT = field in BluetoothMapContentObserver
1337 SMS_PROJECTION_SHORT, in initMsgList()
1519 SMS_PROJECTION_SHORT, in handleMsgListChangesSms()
3295 Cursor c = mResolver.query(uri, SMS_PROJECTION_SHORT, null, null, null); in pushMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java926 eq(BluetoothMapContentObserver.SMS_PROJECTION_SHORT), in initMsgList_withMsgSms()
956 eq(BluetoothMapContentObserver.SMS_PROJECTION_SHORT), in initMsgList_withMsgMms()
995 eq(BluetoothMapContentObserver.SMS_PROJECTION_SHORT), in initMsgList_withMsg()