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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java689 PushMsgInfo msgInfo = new PushMsgInfo(handle, transparent,
691 mPushMsgList.put(handle, msgInfo);
692 sendMessage(msgInfo, msgBody);
931 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { argument
935 msgInfo.parts = parts.size();
937 ArrayList<PendingIntent> deliveryIntents = new ArrayList<PendingIntent>(msgInfo.parts);
938 ArrayList<PendingIntent> sentIntents = new ArrayList<PendingIntent>(msgInfo.parts);
940 for (int i = 0; i < msgInfo.parts; i++) {
943 intent.putExtra("HANDLE", msgInfo.id);
948 intent.putExtra("HANDLE", msgInfo
1015 actionMessageSent(Context context, Intent intent, PushMsgInfo msgInfo) argument
1067 actionMessageDelivery(Context context, Intent intent, PushMsgInfo msgInfo) argument
[all...]

Completed in 29 milliseconds