Searched refs:msgInfo (Results 1 – 2 of 2) sorted by relevance
3341 PushMsgInfo msgInfo = in pushMessage() local3343 mPushMsgList.put(handle, msgInfo); in pushMessage()3344 sendMessage(msgInfo, msgBody); in pushMessage()3735 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { in sendMessage() argument3738 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 …]
687 BluetoothMapContentObserver.PushMsgInfo msgInfo = in testPushMsgInfo() local690 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()