Searched defs:newVersion (Results 1 - 11 of 11) sorted by relevance

/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
H A DDictionaryDatabase.java237 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { argument
239 + newVersion + ", which will destroy all old data");
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
H A DNotesDbAdapter.java73 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { argument
75 + newVersion + ", which will destroy all old data");
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
H A DNotesDbAdapter.java73 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { argument
75 + newVersion + ", which will destroy all old data");
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
H A DNotesDbAdapter.java73 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { argument
75 + newVersion + ", which will destroy all old data");
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
H A DNotesDbAdapter.java73 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { argument
75 + newVersion + ", which will destroy all old data");
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
H A DNotesDbAdapter.java73 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { argument
75 + newVersion + ", which will destroy all old data");
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
H A DNotesDbAdapter.java73 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { argument
75 + newVersion + ", which will destroy all old data");
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
H A DRssContentProvider.java90 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion){ argument
/development/samples/NotePad/src/com/example/android/notepad/
H A DNotePadProvider.java211 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { argument
215 + newVersion + ", which will destroy all old data");
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DLoaderThrottle.java150 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { argument
154 + newVersion + ", which will destroy all old data");
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java151 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { argument
155 + newVersion + ", which will destroy all old data");

Completed in 120 milliseconds