Uses of Class
yearreview.app.data.sources.audio.database.AudioDatabase
Packages that use AudioDatabase
Package
Description
-
Uses of AudioDatabase in yearreview.app.data.sources.audio
Fields in yearreview.app.data.sources.audio declared as AudioDatabaseModifier and TypeFieldDescriptionprivate AudioDatabaseAudioDataSource.databaseDatabase to store the data in. -
Uses of AudioDatabase in yearreview.app.data.sources.audio.adapter
Fields in yearreview.app.data.sources.audio.adapter declared as AudioDatabaseModifier and TypeFieldDescriptionprotected final AudioDatabaseAudioDatabaseAdapter.databaseStores the database to insert the data into.Methods in yearreview.app.data.sources.audio.adapter with parameters of type AudioDatabaseModifier and TypeMethodDescriptionstatic AudioDatabaseAdapterAudioDatabaseAdapter.getAdapter(AudioDatabase database, XmlNode config) Creates a new Adapter by its name.Constructors in yearreview.app.data.sources.audio.adapter with parameters of type AudioDatabaseModifierConstructorDescriptionAudioDatabaseAdapter(AudioDatabase database) Constructs an adapter.SpotifyAdapter(AudioDatabase database, XmlNode config) Constructs a new SpotifyAdapter with a database to use and a configuration. -
Uses of AudioDatabase in yearreview.app.data.sources.audio.database
Fields in yearreview.app.data.sources.audio.database declared as AudioDatabaseModifier and TypeFieldDescriptionprivate final AudioDatabaseAudioTopListAdapter.databaseDatabase to adapt for the TopList.Constructors in yearreview.app.data.sources.audio.database with parameters of type AudioDatabaseModifierConstructorDescriptionAudioTopListAdapter(AudioDatabase database, AudioData.Type type) Constructs a AudioTopListAdapter from a given database andAudioData.Typeto get theDuraitonValuesfor.