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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java2626 PushMsgInfo msgInfo = new PushMsgInfo(handle, transparent,
2628 mPushMsgList.put(handle, msgInfo);
2629 sendMessage(msgInfo, msgBody);
2971 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { argument
2975 msgInfo.parts = parts.size();
2977 msgInfo.timestamp = Calendar.getInstance().getTime().getTime();
2978 msgInfo.partsDelivered = 0;
2979 msgInfo.partsSent = 0;
2981 ArrayList<PendingIntent> deliveryIntents = new ArrayList<PendingIntent>(msgInfo.parts);
2982 ArrayList<PendingIntent> sentIntents = new ArrayList<PendingIntent>(msgInfo
3118 actionMessageSent(Context context, Intent intent, PushMsgInfo msgInfo) argument
3179 actionMessageDelivery(Context context, Intent intent, PushMsgInfo msgInfo) argument
[all...]

Completed in 35 milliseconds