Searched refs:PushMsgInfo (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 2524 private class PushMsgInfo { class in BluetoothMapContentObserver 2539 PushMsgInfo(long id, int transparent, int retry, String phone, Uri uri) { in PushMsgInfo() method in BluetoothMapContentObserver.PushMsgInfo 2555 private Map<Long, PushMsgInfo> mPushMsgList = 2556 Collections.synchronizedMap(new HashMap<Long, PushMsgInfo>()); 2802 PushMsgInfo msgInfo = in pushMessage() 2803 new PushMsgInfo(handle, transparent, retry, phone, uri); in pushMessage() 3174 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { in sendMessage() 3273 PushMsgInfo msgInfo = mPushMsgList.get(handle); in onReceive() 3312 Context context, Intent intent, PushMsgInfo msgInfo, long handle) { in actionMessageSent() 3377 private void actionMessageDelivery(Context context, Intent intent, PushMsgInfo msgInfo) { in actionMessageDelivery() [all …]
|