Searched refs:MMS_PROJECTION_SHORT (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapContentObserver.java | 207 static final String[] MMS_PROJECTION_SHORT = new String[]{ field in BluetoothMapContentObserver 1286 c = mResolver.query(Mms.CONTENT_URI, MMS_PROJECTION_SHORT, null, null, null); in initMsgList() 1566 c = mResolver.query(Mms.CONTENT_URI, MMS_PROJECTION_SHORT, null, null, null); in handleMsgListChangesMms() 2973 Cursor c = mResolver.query(uri, MMS_PROJECTION_SHORT, null, null, null); in pushMmsToFolder()
|