Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java1313 PushMsgInfo msgInfo = new PushMsgInfo(handle, transparent, in pushMessage() local
1315 mPushMsgList.put(handle, msgInfo); in pushMessage()
1316 sendMessage(msgInfo, msgBody); in pushMessage()
1623 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { in sendMessage() argument
1627 msgInfo.parts = parts.size(); in sendMessage()
1629 msgInfo.timestamp = Calendar.getInstance().getTime().getTime(); in sendMessage()
1630 msgInfo.partsDelivered = 0; in sendMessage()
1631 msgInfo.partsSent = 0; in sendMessage()
1633 ArrayList<PendingIntent> deliveryIntents = new ArrayList<PendingIntent>(msgInfo.parts); in sendMessage()
1634 ArrayList<PendingIntent> sentIntents = new ArrayList<PendingIntent>(msgInfo.parts); in sendMessage()
[all …]