Searched refs:fillIn (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | CdmaSMSDispatcher.java | 89 Intent fillIn = new Intent(); in handleCdmaStatusReport() local 90 fillIn.putExtra("pdu", sms.getPdu()); in handleCdmaStatusReport() 91 fillIn.putExtra("format", android.telephony.SmsMessage.FORMAT_3GPP2); in handleCdmaStatusReport() 93 intent.send(mContext, Activity.RESULT_OK, fillIn); in handleCdmaStatusReport()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 123 Intent fillIn = new Intent(); in handleStatusReport() local 124 fillIn.putExtra("pdu", IccUtils.hexStringToBytes(pduString)); in handleStatusReport() 125 fillIn.putExtra("format", android.telephony.SmsMessage.FORMAT_3GPP); in handleStatusReport() 127 intent.send(mContext, Activity.RESULT_OK, fillIn); in handleStatusReport()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | SMSDispatcher.java | 423 Intent fillIn = new Intent(); in handleSendComplete() local 425 fillIn.putExtra("errorCode", ((SmsResponse)ar.result).errorCode); in handleSendComplete() 432 fillIn.putExtra(SEND_NEXT_MSG_EXTRA, true); in handleSendComplete() 435 tracker.mSentIntent.send(mContext, error, fillIn); in handleSendComplete()
|
/frameworks/base/services/java/com/android/server/am/ |
D | PendingIntentRecord.java | 200 int changes = finalIntent.fillIn(intent, key.flags); in sendInner()
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 305 intent.fillIn(baseIntent, Intent.FILL_IN_COMPONENT); in makeIntent()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 5376 public int fillIn(Intent other, int flags) { in fillIn() method in Intent
|
/frameworks/base/api/ |
D | current.txt | 5292 method public int fillIn(android.content.Intent, int);
|
D | 14.txt | 5292 method public int fillIn(android.content.Intent, int);
|