Searched defs:getSmsMmsConvoList (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java224 HashMap<Long,BluetoothMapConvoListingElement> getSmsMmsConvoList() { method in class:BluetoothMapMasInstance
H A DBluetoothMapContent.java2714 synchronized (getSmsMmsConvoList()) {
2715 int size = Math.max(getSmsMmsConvoList().size(), cursor.getCount());
2723 convoElement = getSmsMmsConvoList().remove(id);
2763 if(getSmsMmsConvoList().size() != 0) {
2891 BluetoothMapConvoListingElement convoElement = getSmsMmsConvoList().get(id);
2897 getSmsMmsConvoList().put(id, convoElement);
4019 HashMap<Long,BluetoothMapConvoListingElement> getSmsMmsConvoList() { method in class:BluetoothMapContent
4020 return mMasInstance.getSmsMmsConvoList();

Completed in 38 milliseconds