Searched defs:MESSAGES_TABLE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseHelper.java59 public static final String MESSAGES_TABLE = "messages"; field in class:DatabaseHelper
267 "CREATE TABLE " + MESSAGES_TABLE + " ("
297 "CREATE INDEX index_" + MESSAGES_TABLE + "_sort ON " + MESSAGES_TABLE + "("
303 "CREATE INDEX index_" + MESSAGES_TABLE + "_status_seen ON " + MESSAGES_TABLE + "("
352 + MESSAGES_TABLE + "(" + MessageColumns._ID + ") ON DELETE CASCADE "
362 + " (SELECT received_timestamp FROM " + MESSAGES_TABLE + " WHERE " + MESSAGES_TABLE
368 "CREATE TRIGGER " + MESSAGES_TABLE
[all...]

Completed in 32 milliseconds