Searched refs:sendBundle (Results 1 – 1 of 1) sorted by relevance
10874 Bundle sendBundle = null; in reportAssistContextExtras() local10885 sendBundle = new Bundle(); in reportAssistContextExtras()10886 sendBundle.putBundle("data", pae.extras); in reportAssistContextExtras()10887 sendBundle.putParcelable("structure", pae.structure); in reportAssistContextExtras()10888 sendBundle.putParcelable("content", pae.content); in reportAssistContextExtras()10893 sendReceiver.send(0, sendBundle); in reportAssistContextExtras()