Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2213 BluetoothMapMessageListing bmList = new BluetoothMapMessageListing(); in msgListing() local
2282 bmList.add(e); in msgListing()
2324 bmList.add(e); in msgListing()
2369 bmList.add(e); in msgListing()
2411 bmList.add(e); in msgListing()
2417 bmList.sort(); in msgListing()
2418 bmList.segment(ap.getMaxListCount(), offsetNum); in msgListing()
2419 List<BluetoothMapMessageListingElement> list = bmList.getList(); in msgListing()
2484 return bmList; in msgListing()