Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java1082 public static final String[] BT_MESSAGE_PROJECTION = new String[]{ field in BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2348 mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, in msgListing()
2534 Cursor c = mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, in msgListingSize()
2635 Cursor c = mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, in msgListingHasUnread()
4073 Cursor c = mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, in getEmailMessage()
4242 Cursor c = mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, in getIMMessage()