Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java1158 public static final String[] BT_CONVERSATION_PROJECTION = new String[]{ field in BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2835 mResolver.query(contentUri, BluetoothMapContract.BT_CONVERSATION_PROJECTION, in convoListing()