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.java2208 BluetoothMapMessageListing bmList = new BluetoothMapMessageListing(); in msgListing() local
2277 bmList.add(e); in msgListing()
2319 bmList.add(e); in msgListing()
2364 bmList.add(e); in msgListing()
2406 bmList.add(e); in msgListing()
2412 bmList.sort(); in msgListing()
2413 bmList.segment(ap.getMaxListCount(), offsetNum); in msgListing()
2414 List<BluetoothMapMessageListingElement> list = bmList.getList(); in msgListing()
2478 return bmList; in msgListing()