Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java228 static final String[] MSG_PROJECTION_SHORT = field in BluetoothMapContentObserver
1412 Cursor c = mProviderClient.query(uri, MSG_PROJECTION_SHORT, null, null, null); in initMsgList()
2026 c = mProviderClient.query(mMessageUri, MSG_PROJECTION_SHORT, null, null, null); in handleMsgListChangesMsg()