Searched refs:getSmsMmsConvoList (Results 1 – 2 of 2) sorted by relevance
2971 synchronized (getSmsMmsConvoList()) { in refreshSmsMmsConvoVersions() method2972 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 BluetoothMapContent4347 return mMasInstance.getSmsMmsConvoList(); in getSmsMmsConvoList()
231 HashMap<Long, BluetoothMapConvoListingElement> getSmsMmsConvoList() { in getSmsMmsConvoList() method in BluetoothMapMasInstance