Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java3067 synchronized (getImEmailConvoList()) { in refreshImEmailConvoVersions() method
3068 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 BluetoothMapContent
4355 return mMasInstance.getImEmailConvoList(); in getImEmailConvoList()
DBluetoothMapMasInstance.java239 HashMap<Long, BluetoothMapConvoListingElement> getImEmailConvoList() { in getImEmailConvoList() method in BluetoothMapMasInstance