Searched refs:PushMsgInfo (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 2399 private class PushMsgInfo { class in BluetoothMapContentObserver 2414 public PushMsgInfo(long id, int transparent, in PushMsgInfo() method in BluetoothMapContentObserver.PushMsgInfo 2429 private Map<Long, PushMsgInfo> mPushMsgList = 2430 Collections.synchronizedMap(new HashMap<Long, PushMsgInfo>()); 2602 PushMsgInfo msgInfo = new PushMsgInfo(handle, transparent, in pushMessage() 2947 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { in sendMessage() 3039 PushMsgInfo msgInfo = mPushMsgList.get(handle); in onReceive() 3094 private void actionMessageSent(Context context, Intent intent, PushMsgInfo msgInfo) { in actionMessageSent() 3155 private void actionMessageDelivery(Context context, Intent intent, PushMsgInfo msgInfo) { in actionMessageDelivery() 3344 PushMsgInfo msgInfo = mPushMsgList.get(id); in resendPendingMessages() [all …]
|