Home
last modified time | relevance | path

Searched defs:DATABASE_VERSION (Results 1 – 6 of 6) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
DDataProviderContract.java98 public static final int DATABASE_VERSION = 1; field in DataProviderContract
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
DLocationDbHelper.java61 public static final int DATABASE_VERSION = 1; field in LocationDbHelper
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DDictionaryDatabase.java50 private static final int DATABASE_VERSION = 2; field in DictionaryDatabase
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
DFeedProvider.java215 public static final int DATABASE_VERSION = 1; field in FeedProvider.FeedDatabase
/development/samples/NotePad/src/com/example/android/notepad/
DNotePadProvider.java66 private static final int DATABASE_VERSION = 2; field in NotePadProvider
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java121 private static final int DATABASE_VERSION = 2; field in LoaderThrottle.DatabaseHelper