Home | History | Annotate | Download | only in launcher3

Lines Matching defs:ifNotExists

600             String ifNotExists = optional ? " IF NOT EXISTS " : "";
601 db.execSQL("CREATE TABLE " + ifNotExists + TABLE_FAVORITES + " (" +
630 String ifNotExists = optional ? " IF NOT EXISTS " : "";
631 db.execSQL("CREATE TABLE " + ifNotExists + TABLE_WORKSPACE_SCREENS + " (" +