Searched refs:LauncherDbUtils (Results 1 – 17 of 17) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/provider/ |
D | LauncherDbUtilsTest.java | 92 LauncherDbUtils.migrateLegacyShortcuts(mContext, db); in migrateLegacyShortcuts_invalidIntent() 104 LauncherDbUtils.migrateLegacyShortcuts(mContext, db); in migrateLegacyShortcuts_protectedIntent() 116 LauncherDbUtils.migrateLegacyShortcuts(mContext, db); in migrateLegacyShortcuts_pinningDisabled() 127 LauncherDbUtils.migrateLegacyShortcuts(mContext, db); in migrateLegacyShortcuts_success()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | DatabaseHelper.java | 20 import static com.android.launcher3.provider.LauncherDbUtils.dropTable; 46 import com.android.launcher3.provider.LauncherDbUtils; 47 import com.android.launcher3.provider.LauncherDbUtils.SQLiteTransaction; 227 IntArray finalScreens = LauncherDbUtils.queryIntArray(false, db, in onUpgrade() 274 LauncherDbUtils.migrateLegacyShortcuts(mContext, db); in onUpgrade() 329 final IntSet validWidgets = IntSet.wrap(LauncherDbUtils.queryIntArray(false, db, in removeGhostWidgets()
|
D | GridBackupTable.java | 18 import static com.android.launcher3.provider.LauncherDbUtils.dropTable; 19 import static com.android.launcher3.provider.LauncherDbUtils.tableExists;
|
D | ModelDbController.java | 31 import static com.android.launcher3.provider.LauncherDbUtils.tableExists; 75 import com.android.launcher3.provider.LauncherDbUtils; 76 import com.android.launcher3.provider.LauncherDbUtils.SQLiteTransaction; 384 IntArray folderIds = LauncherDbUtils.queryIntArray(false, db, Favorites.TABLE_NAME, in deleteEmptyFolders() 416 IntArray appPairIds = LauncherDbUtils.queryIntArray(false, db, TABLE_NAME, in deleteBadAppPairs() 446 IntArray appIds = LauncherDbUtils.queryIntArray(false, db, TABLE_NAME, in deleteUnparentedApps()
|
D | DbDowngradeHelper.java | 25 import com.android.launcher3.provider.LauncherDbUtils.SQLiteTransaction;
|
D | GridSizeMigrationUtil.java | 24 import static com.android.launcher3.provider.LauncherDbUtils.copyTable; 25 import static com.android.launcher3.provider.LauncherDbUtils.dropTable; 51 import com.android.launcher3.provider.LauncherDbUtils.SQLiteTransaction;
|
D | ModelWriter.java | 20 import static com.android.launcher3.provider.LauncherDbUtils.itemIdMatch; 44 import com.android.launcher3.provider.LauncherDbUtils.SQLiteTransaction;
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatRestoreHelper.java | 19 import static com.android.launcher3.provider.LauncherDbUtils.tableExists; 28 import com.android.launcher3.provider.LauncherDbUtils.SQLiteTransaction;
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/ |
D | DatabaseHelperTest.kt | 12 import com.android.launcher3.provider.LauncherDbUtils in <lambda>() 61 LauncherDbUtils.copyTable(db, TABLE_NAME, db, TMP_TABLE, context) in <lambda>()
|
D | GridSizeMigrationUtilTest.kt | 33 import com.android.launcher3.provider.LauncherDbUtils in <lambda>() 91 LauncherDbUtils.dropTable(db, TMP_TABLE) in <lambda>()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/gridmigration/ |
D | ValidGridMigrationUnitTest.kt | 35 import com.android.launcher3.provider.LauncherDbUtils in <lambda>() 105 LauncherDbUtils.SQLiteTransaction(db).use { transaction -> in addItemsToDb() 129 LauncherDbUtils.SQLiteTransaction(dbHelper.writableDatabase).use { in migrate()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | PreviewSurfaceRenderer.java | 59 import com.android.launcher3.provider.LauncherDbUtils; 231 LauncherDbUtils.copyTable(LauncherAppState.getInstance(mContext) in loadModelData()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | FavoriteItemsTransaction.java | 31 import com.android.launcher3.provider.LauncherDbUtils.SQLiteTransaction;
|
/packages/apps/Launcher3/src/com/android/launcher3/provider/ |
D | RestoreDbTask.java | 31 import static com.android.launcher3.provider.LauncherDbUtils.dropTable; 72 import com.android.launcher3.provider.LauncherDbUtils.SQLiteTransaction; 330 IntArray distinctScreens = LauncherDbUtils.queryIntArray(true, db, Favorites.TABLE_NAME, in removeScreenIdGaps()
|
D | LauncherDbUtils.java | 52 public class LauncherDbUtils { class
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/ |
D | TaplBindWidgetTest.java | 23 import static com.android.launcher3.provider.LauncherDbUtils.itemIdMatch;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AutoInstallsLayout.java | 21 import static com.android.launcher3.provider.LauncherDbUtils.itemIdMatch;
|