Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java213 static final String[] MMS_PROJECTION_SHORT = field in BluetoothMapContentObserver
1381 MMS_PROJECTION_SHORT, in initMsgList()
1760 MMS_PROJECTION_SHORT, in handleMsgListChangesMms()
3518 Cursor c = mResolver.query(uri, MMS_PROJECTION_SHORT, null, null, null); in pushMmsToFolder()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java965 eq(BluetoothMapContentObserver.MMS_PROJECTION_SHORT), in initMsgList_withMsgMms()
1004 eq(BluetoothMapContentObserver.MMS_PROJECTION_SHORT), in initMsgList_withMsg()