Home
last modified time | relevance | path

Searched refs:msgInfo (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java3341 PushMsgInfo msgInfo = in pushMessage() local
3343 mPushMsgList.put(handle, msgInfo); in pushMessage()
3344 sendMessage(msgInfo, msgBody); in pushMessage()
3735 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { in sendMessage() argument
3738 msgInfo.parts = parts.size(); in sendMessage()
3740 msgInfo.timestamp = Calendar.getInstance().getTimeInMillis(); in sendMessage()
3741 msgInfo.partsDelivered = 0; in sendMessage()
3742 msgInfo.partsSent = 0; in sendMessage()
3744 ArrayList<PendingIntent> deliveryIntents = new ArrayList<PendingIntent>(msgInfo.parts); in sendMessage()
3745 ArrayList<PendingIntent> sentIntents = new ArrayList<PendingIntent>(msgInfo.parts); in sendMessage()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java687 BluetoothMapContentObserver.PushMsgInfo msgInfo = in testPushMsgInfo() local
690 Assert.assertEquals(msgInfo.id, id); in testPushMsgInfo()
691 Assert.assertEquals(msgInfo.transparent, transparent); in testPushMsgInfo()
692 Assert.assertEquals(msgInfo.retry, retry); in testPushMsgInfo()
693 Assert.assertEquals(msgInfo.phone, phone); in testPushMsgInfo()
694 Assert.assertEquals(msgInfo.uri, uri); in testPushMsgInfo()