Home
last modified time | relevance | path

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

/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
DNotesDbAdapter.java56 private static final int DATABASE_VERSION = 2; field in NotesDbAdapter
63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
DNotesDbAdapter.java56 private static final int DATABASE_VERSION = 2; field in NotesDbAdapter
63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
DNotesDbAdapter.java56 private static final int DATABASE_VERSION = 2; field in NotesDbAdapter
63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
DNotesDbAdapter.java56 private static final int DATABASE_VERSION = 2; field in NotesDbAdapter
63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
DNotesDbAdapter.java56 private static final int DATABASE_VERSION = 2; field in NotesDbAdapter
63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
DNotesDbAdapter.java56 private static final int DATABASE_VERSION = 2; field in NotesDbAdapter
63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DDataProviderContract.java98 public static final int DATABASE_VERSION = 1; field in DataProviderContract
DDataProvider.java145 DataProviderContract.DATABASE_VERSION); in DataProviderHelper()
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
DLocationDbHelper.java61 public static final int DATABASE_VERSION = 1; field in LocationDbHelper
65 super(context, DATABASE_NAME, null, DATABASE_VERSION); in LocationDbHelper()
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DDictionaryDatabase.java50 private static final int DATABASE_VERSION = 2; field in DictionaryDatabase
176 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DictionaryOpenHelper()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
DFeedProvider.java215 public static final int DATABASE_VERSION = 1; field in FeedProvider.FeedDatabase
236 super(context, DATABASE_NAME, null, DATABASE_VERSION); in FeedDatabase()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java121 private static final int DATABASE_VERSION = 2; field in LoaderThrottle.DatabaseHelper
126 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java122 private static final int DATABASE_VERSION = 2; field in LoaderThrottleSupport.DatabaseHelper
127 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
/development/samples/NotePad/src/com/example/android/notepad/
DNotePadProvider.java66 private static final int DATABASE_VERSION = 2; field in NotePadProvider
184 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()