Home
last modified time | relevance | path

Searched defs:mmsMsgList (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java2147 Map<Long, BluetoothMapContentObserver.Msg> mmsMsgList = new HashMap<>(); in actionMessageSentDisconnected_withTypeMms() local
2192 Map<Long, BluetoothMapContentObserver.Msg> mmsMsgList = new HashMap<>(); in actionMmsSent_withInvalidHandle() local
2209 Map<Long, BluetoothMapContentObserver.Msg> mmsMsgList = new HashMap<>(); in actionMmsSent_withTransparency() local
2230 Map<Long, BluetoothMapContentObserver.Msg> mmsMsgList = new HashMap<>(); in actionMmsSent_withActivityResultOk() local
2256 Map<Long, BluetoothMapContentObserver.Msg> mmsMsgList = new HashMap<>(); in actionMmsSent_withActivityResultFirstUser() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java4051 Context context, Intent intent, int result, Map<Long, Msg> mmsMsgList) { in actionMmsSent()