Home | History | Annotate | Download | only in telephony

Lines Matching defs:fillIn

1681                     Intent fillIn = new Intent();
1684 fillIn.putExtra("uri", mMessageUri.toString());
1687 fillIn.putExtra("errorCode", errorCode);
1691 fillIn.putExtra(SEND_NEXT_MSG_EXTRA, true);
1693 mSentIntent.send(context, error, fillIn);
1721 Intent fillIn = new Intent();
1724 fillIn.putExtra("uri", mMessageUri.toString());
1728 fillIn.putExtra(SEND_NEXT_MSG_EXTRA, true);
1730 mSentIntent.send(context, Activity.RESULT_OK, fillIn);