Home
last modified time | relevance | path

Searched refs:mMmsContentLocation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessageData.java106 private String mMmsContentLocation; field in MessageData
348 message.mMmsContentLocation = contentLocation; in createMmsMessage()
401 mMmsContentLocation = cursor.getString(INDEX_MMS_CONTENT_LOCATION); in bind()
435 values.put(MessageColumns.MMS_CONTENT_LOCATION, mMmsContentLocation); in populate()
469 if (mMmsContentLocation != null) { in getInsertStatement()
470 insert.bindString(INDEX_MMS_CONTENT_LOCATION, mMmsContentLocation); in getInsertStatement()
534 return mMmsContentLocation; in getMmsContentLocation()
851 mMmsContentLocation = in.readString(); in MessageData()
887 dest.writeString(mMmsContentLocation); in writeToParcel()