HomeSort by relevance Sort by last modified time
    Searched refs:mSmsBody (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 28 private String mSmsBody = null;
38 return mSmsBody;
42 this.mSmsBody = smsBody;
59 mSmsBody += BluetoothMapSmsPdu.decodePdu(msgBytes,
63 mSmsBody += msgPart;
68 mSmsBody = "";
78 if(mSmsBody != null) {
79 String tmpBody = mSmsBody.replaceAll("END:MSG", "/END\\:MSG"); // Replace any occurrences of END:MSG with \END:MSG
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
LaunchConversationActivity.java 52 String mSmsBody;
74 mSmsBody = intent.getStringExtra(SMS_BODY);
75 if (TextUtils.isEmpty(mSmsBody)) {
77 mSmsBody = getBody(intent.getData());
78 if (TextUtils.isEmpty(mSmsBody)) {
81 mSmsBody = intent.getStringExtra(Intent.EXTRA_TEXT);
91 // primed with the (optional) message in mSmsBody.
127 mSmsBody);

Completed in 305 milliseconds