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.java2808 synchronized (getImEmailConvoList()) { in refreshImEmailConvoVersions() method
2809 int size = Math.max(getImEmailConvoList().size(), imEmailCursor.getCount()); in refreshImEmailConvoVersions()
2816 convoElement = getImEmailConvoList().remove(id); in refreshImEmailConvoVersions()
2864 if(getImEmailConvoList().size() != 0) { in refreshImEmailConvoVersions()
2936 BluetoothMapConvoListingElement convoElement = getImEmailConvoList().get(id); in updateImEmailConvoVersion()
2944 getImEmailConvoList().put(id, convoElement); in updateImEmailConvoVersion()
4027 HashMap<Long,BluetoothMapConvoListingElement> getImEmailConvoList() { in getImEmailConvoList() method in BluetoothMapContent
4028 return mMasInstance.getImEmailConvoList(); in getImEmailConvoList()
DBluetoothMapMasInstance.java232 HashMap<Long,BluetoothMapConvoListingElement> getImEmailConvoList() { in getImEmailConvoList() method in BluetoothMapMasInstance