Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2971 synchronized (getSmsMmsConvoList()) { in refreshSmsMmsConvoVersions() method
2972 int size = Math.max(getSmsMmsConvoList().size(), cursor.getCount()); in refreshSmsMmsConvoVersions()
2980 convoElement = getSmsMmsConvoList().remove(id); in refreshSmsMmsConvoVersions()
3020 if (getSmsMmsConvoList().size() != 0) { in refreshSmsMmsConvoVersions()
3150 BluetoothMapConvoListingElement convoElement = getSmsMmsConvoList().get(id); in updateSmsMmsConvoVersion()
3156 getSmsMmsConvoList().put(id, convoElement); in updateSmsMmsConvoVersion()
4346 HashMap<Long, BluetoothMapConvoListingElement> getSmsMmsConvoList() { in getSmsMmsConvoList() method in BluetoothMapContent
4347 return mMasInstance.getSmsMmsConvoList(); in getSmsMmsConvoList()
DBluetoothMapMasInstance.java231 HashMap<Long, BluetoothMapConvoListingElement> getSmsMmsConvoList() { in getSmsMmsConvoList() method in BluetoothMapMasInstance