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

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessageData.java 107 private long mMmsExpiry;
356 message.mMmsExpiry = expiry;
395 mMmsExpiry = cursor.getLong(INDEX_MMS_EXPIRY);
430 values.put(MessageColumns.MMS_EXPIRY, mMmsExpiry);
460 insert.bindLong(INDEX_MMS_EXPIRY, mMmsExpiry);
    [all...]
ConversationMessageData.java 68 private long mMmsExpiry;
112 mMmsExpiry = cursor.getLong(INDEX_MMS_EXPIRY);
505 return mMmsExpiry;
    [all...]

Completed in 68 milliseconds