Home | History | Annotate | Download | only in launcher2

Lines Matching full:database

36 import android.database.Cursor;
37 import android.database.SQLException;
38 import android.database.sqlite.SQLiteDatabase;
39 import android.database.sqlite.SQLiteOpenHelper;
40 import android.database.sqlite.SQLiteQueryBuilder;
41 import android.database.sqlite.SQLiteStatement;
82 * {@link Uri} triggered at any registered {@link android.database.ContentObserver} when
83 * {@link AppWidgetHost#deleteHost()} is called during database creation.
246 * probably as part of the initial database creation. The receiver may
257 if (LOGD) Log.d(TAG, "creating new launcher database");
282 // Database was just created, so wipe any previous widgets
303 if (LOGD) Log.d(TAG, "converting database from an older format, but not onUpgrade");
317 // We already have a favorites database in the old provider
634 // Generates a new ID to use for an object in your database. This method should be only
696 // Allocate and update database with new appWidgetId
772 * @param db The database to write the values into