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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java 39 public String mContentLocation = null;
90 if (mContentLocation != null) {
91 sb.append("Content-Location: ").append(mContentLocation).append("\r\n");
694 newPart.mContentLocation = headerValue;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
DatabaseMessages.java 336 public String mContentLocation;
378 mContentLocation = cursor.getString(INDEX_CONTENT_LOCATION);
490 mContentLocation = in.readString();
538 out.writeString(mContentLocation);
    [all...]

Completed in 7090 milliseconds