Uses of Interface
de.unikassel.android.sdcframework.preferences.facade.ServicePreferences

Packages that use ServicePreferences
de.unikassel.android.sdcframework.app Provides the classes for the service controller and preference activities as well as the service class itself. 
de.unikassel.android.sdcframework.preferences Provides the classes to manage preferences, service configurations values and defaults. 
de.unikassel.android.sdcframework.preferences.facade Provides the interfaces for the preference package. 
 

Uses of ServicePreferences in de.unikassel.android.sdcframework.app
 

Methods in de.unikassel.android.sdcframework.app with parameters of type ServicePreferences
private  void SDCPreferenceActivity.createLoggingPreferences(PreferenceScreen root, ServicePreferences servicePrefs)
          Does create the logging preferences dynamically in the given root screen
private  void SDCPreferenceActivity.createPersistentStoragePreferences(PreferenceScreen root, ServicePreferences servicePrefs)
          Does create the persistent storage preferences dynamically in the given root screen
private  void SDCPreferenceActivity.createSampleBroadcastPreferences(PreferenceScreen root, ServicePreferences servicePrefs)
          Does create the sample broadcast service preferences dynamically in the given root screen
private  void SDCPreferenceActivity.createSamplingRelatedPreferences(PreferenceScreen root, ServicePreferences servicePrefs)
          Does create the preferences related to the sampling task dynamically in the given root screen
private  void SDCPreferenceActivity.createTransmissionPreferences(PreferenceScreen root, ServicePreferences servicePrefs)
          Does create the transmission service preferences dynamically in the given root screen
 

Uses of ServicePreferences in de.unikassel.android.sdcframework.preferences
 

Classes in de.unikassel.android.sdcframework.preferences that implement ServicePreferences
 class ServicePreferencesImpl
          Implementation of the service preferences.
 

Fields in de.unikassel.android.sdcframework.preferences declared as ServicePreferences
private  ServicePreferences ApplicationPreferenceManagerImpl.servicePreferences
          The service preferences
 

Methods in de.unikassel.android.sdcframework.preferences that return ServicePreferences
 ServicePreferences ApplicationPreferenceManagerImpl.getServicePreferences()
           
 

Uses of ServicePreferences in de.unikassel.android.sdcframework.preferences.facade
 

Methods in de.unikassel.android.sdcframework.preferences.facade that return ServicePreferences
 ServicePreferences ApplicationPreferenceManager.getServicePreferences()
          Getter for the service preferences