Home
last modified time | relevance | path

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

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