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.java2065 Map<Long, BluetoothMapContentObserver.Msg> mmsMsgList = new HashMap<>(); in actionMessageSentDisconnected_withTypeMms() local
2106 Map<Long, BluetoothMapContentObserver.Msg> mmsMsgList = new HashMap<>(); in actionMmsSent_withInvalidHandle() local
2123 Map<Long, BluetoothMapContentObserver.Msg> mmsMsgList = new HashMap<>(); in actionMmsSent_withTransparency() local
2144 Map<Long, BluetoothMapContentObserver.Msg> mmsMsgList = new HashMap<>(); in actionMmsSent_withActivityResultOk() local
2170 Map<Long, BluetoothMapContentObserver.Msg> mmsMsgList = new HashMap<>(); in actionMmsSent_withActivityResultFirstUser() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java4020 Context context, Intent intent, int result, Map<Long, Msg> mmsMsgList) { in actionMmsSent()