Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java82 static final String[] BT_MESSAGE_PROJECTION = BluetoothMapContract.BT_MESSAGE_PROJECTION; field in BluetoothMapContentTest
524 Cursor c = mResolver.query(mEmailMessagesUri, BT_MESSAGE_PROJECTION, in testDumpMessages()
545 … Cursor c = mResolver.query(mEmailMessagesUri, BT_MESSAGE_PROJECTION, null, null, "_id DESC"); in testDumpMessageContent()
560 … Cursor c = mResolver.query(mEmailMessagesUri, BT_MESSAGE_PROJECTION, where, null, "_id DESC"); in testWriteMessageContent()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java1073 public static final String[] BT_MESSAGE_PROJECTION = new String[] { field in BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2172 BluetoothMapContract.BT_MESSAGE_PROJECTION, where, null, in msgListing()
2331 Cursor c = mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, in msgListingSize()
2420 Cursor c = mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, in msgListingHasUnread()
3767 Cursor c = mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, "_ID = " in getEmailMessage()
3917 BluetoothMapContract.BT_MESSAGE_PROJECTION, "_ID = " + id, null, null); in getIMMessage()