Searched refs:getImEmailConvoList (Results 1 – 2 of 2) sorted by relevance
3067 synchronized (getImEmailConvoList()) { in refreshImEmailConvoVersions() method3068 int size = Math.max(getImEmailConvoList().size(), imEmailCursor.getCount()); in refreshImEmailConvoVersions()3075 convoElement = getImEmailConvoList().remove(id); in refreshImEmailConvoVersions()3123 if (getImEmailConvoList().size() != 0) { in refreshImEmailConvoVersions()3194 BluetoothMapConvoListingElement convoElement = getImEmailConvoList().get(id); in updateImEmailConvoVersion()3204 getImEmailConvoList().put(id, convoElement); in updateImEmailConvoVersion()4354 HashMap<Long, BluetoothMapConvoListingElement> getImEmailConvoList() { in getImEmailConvoList() method in BluetoothMapContent4355 return mMasInstance.getImEmailConvoList(); in getImEmailConvoList()
239 HashMap<Long, BluetoothMapConvoListingElement> getImEmailConvoList() { in getImEmailConvoList() method in BluetoothMapMasInstance