Searched refs:fillIntent (Results 1 – 1 of 1) sorted by relevance
78 Intent fillIntent = new Intent(); in send__shouldFillInIntentData() local79 fillIntent.putExtra("TEST", 23); in send__shouldFillInIntentData()80 forActivity.send(otherContext, 0, fillIntent); in send__shouldFillInIntentData()