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.java3073 synchronized (getImEmailConvoList()) { in refreshImEmailConvoVersions() method
3074 int size = Math.max(getImEmailConvoList().size(), imEmailCursor.getCount()); in refreshImEmailConvoVersions()
3081 convoElement = getImEmailConvoList().remove(id); in refreshImEmailConvoVersions()
3129 if (getImEmailConvoList().size() != 0) { in refreshImEmailConvoVersions()
3200 BluetoothMapConvoListingElement convoElement = getImEmailConvoList().get(id); in updateImEmailConvoVersion()
3210 getImEmailConvoList().put(id, convoElement); in updateImEmailConvoVersion()
4339 HashMap<Long, BluetoothMapConvoListingElement> getImEmailConvoList() { in getImEmailConvoList() method in BluetoothMapContent
4340 return mMasInstance.getImEmailConvoList(); in getImEmailConvoList()
DBluetoothMapMasInstance.java231 HashMap<Long, BluetoothMapConvoListingElement> getImEmailConvoList() { in getImEmailConvoList() method in BluetoothMapMasInstance