Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoListing.java36 public class BluetoothMapConvoListing { class
44 public BluetoothMapConvoListing(){ in BluetoothMapConvoListing() method in BluetoothMapConvoListing
210 BluetoothMapConvoListing other = (BluetoothMapConvoListing) obj; in equals()
DBluetoothMapContent.java2461 public BluetoothMapConvoListing convoListing(BluetoothMapAppParams ap, boolean sizeOnly) { in convoListing()
2464 BluetoothMapConvoListing convoList = new BluetoothMapConvoListing(); in convoListing()
DBluetoothMapObexServer.java1186 BluetoothMapConvoListing outList; in sendConvoListingRsp()