Searched refs:getImEmailConvoList (Results 1 – 2 of 2) sorted by relevance
2808 synchronized (getImEmailConvoList()) { in refreshImEmailConvoVersions() method2809 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 BluetoothMapContent4028 return mMasInstance.getImEmailConvoList(); in getImEmailConvoList()
232 HashMap<Long,BluetoothMapConvoListingElement> getImEmailConvoList() { in getImEmailConvoList() method in BluetoothMapMasInstance