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

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessageData.java 81 private static final int INDEX_MMS_EXPIRY = 16;
395 mMmsExpiry = cursor.getLong(INDEX_MMS_EXPIRY);
460 insert.bindLong(INDEX_MMS_EXPIRY, mMmsExpiry);
    [all...]
ConversationMessageData.java 112 mMmsExpiry = cursor.getLong(INDEX_MMS_EXPIRY);
    [all...]

Completed in 60 milliseconds