Searched defs:PushMsgInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java2415 private class PushMsgInfo { class in class:BluetoothMapContentObserver
2430 public PushMsgInfo(long id, int transparent, method in class:BluetoothMapContentObserver.PushMsgInfo
2445 private Map<Long, PushMsgInfo> mPushMsgList =
2446 Collections.synchronizedMap(new HashMap<Long, PushMsgInfo>());
2626 PushMsgInfo msgInfo = new PushMsgInfo(handle, transparent,
2971 public void sendMessage(PushMsgInfo msgInfo, String msgBody) {
3063 PushMsgInfo msgInfo = mPushMsgList.get(handle);
3118 private void actionMessageSent(Context context, Intent intent, PushMsgInfo msgInfo) {
3179 private void actionMessageDelivery(Context context, Intent intent, PushMsgInfo msgInf
[all...]

Completed in 61 milliseconds