Home
last modified time | relevance | path

Searched refs:ifNotExists (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java600 String ifNotExists = optional ? " IF NOT EXISTS " : ""; in addFavoritesTable() local
601 db.execSQL("CREATE TABLE " + ifNotExists + TABLE_FAVORITES + " (" + in addFavoritesTable()
630 String ifNotExists = optional ? " IF NOT EXISTS " : ""; in addWorkspacesTable() local
631 db.execSQL("CREATE TABLE " + ifNotExists + TABLE_WORKSPACE_SCREENS + " (" + in addWorkspacesTable()