Searched refs:BT_MESSAGE_PROJECTION (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapContract.java | 1073 public static final String[] BT_MESSAGE_PROJECTION = new String[] { field in BluetoothMapContract
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 2171 BluetoothMapContract.BT_MESSAGE_PROJECTION, where, null, in msgListing() 2330 Cursor c = mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, in msgListingSize() 2419 Cursor c = mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, in msgListingHasUnread() 3766 Cursor c = mResolver.query(contentUri, BluetoothMapContract.BT_MESSAGE_PROJECTION, "_ID = " in getEmailMessage() 3916 BluetoothMapContract.BT_MESSAGE_PROJECTION, "_ID = " + id, null, null); in getIMMessage()
|