Searched refs:mMmsContentLocation (Results 1 – 1 of 1) sorted by relevance
106 private String mMmsContentLocation; field in MessageData348 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()