/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
D | NotesDbAdapter.java | 54 private static final String DATABASE_NAME = "data"; field in NotesDbAdapter 63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
D | NotesDbAdapter.java | 54 private static final String DATABASE_NAME = "data"; field in NotesDbAdapter 63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
|
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
D | NotesDbAdapter.java | 54 private static final String DATABASE_NAME = "data"; field in NotesDbAdapter 63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
|
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
D | NotesDbAdapter.java | 54 private static final String DATABASE_NAME = "data"; field in NotesDbAdapter 63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
D | NotesDbAdapter.java | 54 private static final String DATABASE_NAME = "data"; field in NotesDbAdapter 63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
D | NotesDbAdapter.java | 54 private static final String DATABASE_NAME = "data"; field in NotesDbAdapter 63 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | DataProviderContract.java | 95 public static final String DATABASE_NAME = "PictureDataDB"; field in DataProviderContract
|
D | DataProvider.java | 143 DataProviderContract.DATABASE_NAME, in DataProviderHelper()
|
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/ |
D | LocationDbHelper.java | 62 public static final String DATABASE_NAME = "Location.db"; field in LocationDbHelper 65 super(context, DATABASE_NAME, null, DATABASE_VERSION); in LocationDbHelper()
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssContentProvider.java | 40 private static final String DATABASE_NAME = "rssitems.db"; field in RssContentProvider 106 mDb = mDbHelper.openDatabase(getContext(), DATABASE_NAME, null, DB_VERSION); in onCreate()
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
D | DictionaryDatabase.java | 48 private static final String DATABASE_NAME = "dictionary"; field in DictionaryDatabase 176 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DictionaryOpenHelper()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
D | FeedProvider.java | 217 public static final String DATABASE_NAME = "feed.db"; field in FeedProvider.FeedDatabase 236 super(context, DATABASE_NAME, null, DATABASE_VERSION); in FeedDatabase()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | LoaderThrottle.java | 120 private static final String DATABASE_NAME = "loader_throttle.db"; field in LoaderThrottle.DatabaseHelper 126 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | LoaderThrottleSupport.java | 121 private static final String DATABASE_NAME = "loader_throttle.db"; field in LoaderThrottleSupport.DatabaseHelper 127 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
|
/development/samples/NotePad/src/com/example/android/notepad/ |
D | NotePadProvider.java | 61 private static final String DATABASE_NAME = "note_pad.db"; field in NotePadProvider 184 super(context, DATABASE_NAME, null, DATABASE_VERSION); in DatabaseHelper()
|