Searched refs:PushMsgInfo (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapContentObserver.java | 2526 private class PushMsgInfo { class in BluetoothMapContentObserver 2541 PushMsgInfo(long id, int transparent, int retry, String phone, Uri uri) { in PushMsgInfo() method in BluetoothMapContentObserver.PushMsgInfo 2557 private Map<Long, PushMsgInfo> mPushMsgList = 2558 Collections.synchronizedMap(new HashMap<Long, PushMsgInfo>()); 2804 PushMsgInfo msgInfo = in pushMessage() 2805 new PushMsgInfo(handle, transparent, retry, phone, uri); in pushMessage() 3180 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { in sendMessage() 3281 PushMsgInfo msgInfo = mPushMsgList.get(handle); in onReceive() 3320 Context context, Intent intent, PushMsgInfo msgInfo, long handle) { in actionMessageSent() 3630 PushMsgInfo msgInfo = mPushMsgList.get(id); in resendPendingMessages() [all …]
|