Searched refs:getSmsMmsConvoList (Results 1 – 3 of 3) sorted by relevance
228 HashMap<Long, BluetoothMapConvoListingElement> getSmsMmsConvoList() { in getSmsMmsConvoList() method in BluetoothMapMasInstance
2966 synchronized (getSmsMmsConvoList()) { in refreshSmsMmsConvoVersions() method2967 int size = Math.max(getSmsMmsConvoList().size(), cursor.getCount()); in refreshSmsMmsConvoVersions()2975 convoElement = getSmsMmsConvoList().remove(id); in refreshSmsMmsConvoVersions()3015 if (getSmsMmsConvoList().size() != 0) { in refreshSmsMmsConvoVersions()3151 BluetoothMapConvoListingElement convoElement = getSmsMmsConvoList().get(id); in updateSmsMmsConvoVersion()3157 getSmsMmsConvoList().put(id, convoElement); in updateSmsMmsConvoVersion()4405 HashMap<Long, BluetoothMapConvoListingElement> getSmsMmsConvoList() { in getSmsMmsConvoList() method in BluetoothMapContent4406 return mMasInstance.getSmsMmsConvoList(); in getSmsMmsConvoList()
821 assertThat(content.getSmsMmsConvoList()).isEqualTo(smsMap); in setters_withConvoList()