Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java1130 private class PushMsgInfo { class in BluetoothMapContentObserver
1145 public PushMsgInfo(long id, int transparent, in PushMsgInfo() method in BluetoothMapContentObserver.PushMsgInfo
1160 private Map<Long, PushMsgInfo> mPushMsgList =
1161 Collections.synchronizedMap(new HashMap<Long, PushMsgInfo>());
1313 PushMsgInfo msgInfo = new PushMsgInfo(handle, transparent, in pushMessage()
1623 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { in sendMessage()
1731 PushMsgInfo msgInfo = mPushMsgList.get(handle); in onReceive()
1779 private void actionMessageSent(Context context, Intent intent, PushMsgInfo msgInfo) { in actionMessageSent()
1840 private void actionMessageDelivery(Context context, Intent intent, PushMsgInfo msgInfo) { in actionMessageDelivery()
1947 PushMsgInfo msgInfo = mPushMsgList.get(id); in resendPendingMessages()
[all …]