Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessageData.java80 private static final int INDEX_MMS_CONTENT_LOCATION = 15; field in MessageData
399 mMmsContentLocation = cursor.getString(INDEX_MMS_CONTENT_LOCATION); in bind()
468 insert.bindString(INDEX_MMS_CONTENT_LOCATION, mMmsContentLocation); in getInsertStatement()