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.java2415 private class PushMsgInfo { class in BluetoothMapContentObserver
2430 public PushMsgInfo(long id, int transparent, in PushMsgInfo() method in BluetoothMapContentObserver.PushMsgInfo
2445 private Map<Long, PushMsgInfo> mPushMsgList =
2446 Collections.synchronizedMap(new HashMap<Long, PushMsgInfo>());
2626 PushMsgInfo msgInfo = new PushMsgInfo(handle, transparent, in pushMessage()
2971 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { in sendMessage()
3063 PushMsgInfo msgInfo = mPushMsgList.get(handle); in onReceive()
3118 private void actionMessageSent(Context context, Intent intent, PushMsgInfo msgInfo) { in actionMessageSent()
3179 private void actionMessageDelivery(Context context, Intent intent, PushMsgInfo msgInfo) { in actionMessageDelivery()
3416 PushMsgInfo msgInfo = mPushMsgList.get(id); in resendPendingMessages()
[all …]