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 AudioDatabase
AudioDataSource.database
Database 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 AudioDatabase
AudioDatabaseAdapter.database
Stores the database to insert the data into.Methods in yearreview.app.data.sources.audio.adapter with parameters of type AudioDatabaseModifier and TypeMethodDescriptionstatic AudioDatabaseAdapter
AudioDatabaseAdapter.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 AudioDatabase
AudioTopListAdapter.database
Database 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.Type
to get theDuraitonValues
for.