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

  /cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
EventProvider.java 48 private static final int DB_VERSION = 1;
59 mDatabase = new Database(getContext(), DB_NAME, DB_VERSION) {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 42 private static final int DB_VERSION = 1;
106 mDb = mDbHelper.openDatabase(getContext(), DATABASE_NAME, null, DB_VERSION);

Completed in 313 milliseconds