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

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 251 String ifNotExists = optional ? " IF NOT EXISTS " : "";
252 db.execSQL("CREATE TABLE " + ifNotExists + TABLE_NAME + " (" +
LauncherProvider.java 677 String ifNotExists = optional ? " IF NOT EXISTS " : "";
678 db.execSQL("CREATE TABLE " + ifNotExists + WorkspaceScreens.TABLE_NAME + " (" +
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 73 milliseconds