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.java2055 BluetoothMapMessageListing bmList = new BluetoothMapMessageListing(); in msgListing() local
2113 bmList.add(e); in msgListing()
2147 bmList.add(e); in msgListing()
2183 bmList.add(e); in msgListing()
2217 bmList.add(e); in msgListing()
2223 bmList.sort(); in msgListing()
2224 bmList.segment(ap.getMaxListCount(), offsetNum); in msgListing()
2225 List<BluetoothMapMessageListingElement> list = bmList.getList(); in msgListing()
2280 return bmList; in msgListing()