Searched refs:mMmsContentLocation (Results 1 – 1 of 1) sorted by relevance
106 private String mMmsContentLocation; field in MessageData346 message.mMmsContentLocation = contentLocation; in createMmsMessage()399 mMmsContentLocation = cursor.getString(INDEX_MMS_CONTENT_LOCATION); in bind()433 values.put(MessageColumns.MMS_CONTENT_LOCATION, mMmsContentLocation); in populate()467 if (mMmsContentLocation != null) { in getInsertStatement()468 insert.bindString(INDEX_MMS_CONTENT_LOCATION, mMmsContentLocation); in getInsertStatement()532 return mMmsContentLocation; in getMmsContentLocation()845 mMmsContentLocation = in.readString(); in MessageData()881 dest.writeString(mMmsContentLocation); in writeToParcel()