Home | History | Annotate | Download | only in cellbroadcastreceiver

Lines Matching full:database

21 import android.database.Cursor;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteException;
24 import android.database.sqlite.SQLiteOpenHelper;
34 * Open, create, and upgrade the cell broadcast SQLite database. Previously an inner class of
37 * framework, to simplify access to this database from third-party apps.
46 /** Temporary table for upgrading the database version. */
50 * Database version 1: initial version
51 * Database version 2-9: (reserved for OEM database customization)
52 * Database version 10: adds ETWS and CMAS columns and CDMA support
53 * Database version 11: adds delivery time index
93 /** Columns to copy on database upgrade. */
119 // always log database upgrade
153 // Note to OEMs: if you have customized the database schema since V1, you will need to