HomeSort by relevance Sort by last modified time
    Searched defs:ifNotExists (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 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 + " (" +
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 98 milliseconds