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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java232 HashMap<Long,BluetoothMapConvoListingElement> getImEmailConvoList() { method in class:BluetoothMapMasInstance
H A DBluetoothMapContent.java2808 synchronized (getImEmailConvoList()) {
2809 int size = Math.max(getImEmailConvoList().size(), imEmailCursor.getCount());
2816 convoElement = getImEmailConvoList().remove(id);
2864 if(getImEmailConvoList().size() != 0) {
2936 BluetoothMapConvoListingElement convoElement = getImEmailConvoList().get(id);
2944 getImEmailConvoList().put(id, convoElement);
4027 HashMap<Long,BluetoothMapConvoListingElement> getImEmailConvoList() { method in class:BluetoothMapContent
4028 return mMasInstance.getImEmailConvoList();

Completed in 57 milliseconds