|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeProviderConfiguration | |
---|---|
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. |
de.unikassel.android.sdcframework.service | Does contain the service management related classes. |
Uses of TimeProviderConfiguration in de.unikassel.android.sdcframework.preferences |
---|
Classes in de.unikassel.android.sdcframework.preferences that implement TimeProviderConfiguration | |
---|---|
class |
TimeProviderConfigurationImpl
The implementation of the NTP time provider configuration. |
Fields in de.unikassel.android.sdcframework.preferences declared as TimeProviderConfiguration | |
---|---|
private TimeProviderConfiguration |
TimeProviderConfigurationChangeEventImpl.configuration
The time provider configuration |
Methods in de.unikassel.android.sdcframework.preferences that return TimeProviderConfiguration | |
---|---|
private TimeProviderConfiguration |
SDCConfigurationManager.createTimeProviderConfiguration(ApplicationPreferenceManager appPrefManager)
Method to create a time provider default configuration from the XML file entries to update the application preference defaults |
TimeProviderConfiguration |
TimeProviderConfigurationChangeEventImpl.getConfiguration()
|
TimeProviderConfiguration |
TimeProviderPreferenceImpl.getConfiguration(SharedPreferences sharedPreferences)
|
TimeProviderConfiguration |
TimeProviderPreferenceImpl.getDefault()
|
TimeProviderConfiguration |
ApplicationPreferenceManagerImpl.getTimeProviderConfiguration(Context applicationContext)
|
Methods in de.unikassel.android.sdcframework.preferences with parameters of type TimeProviderConfiguration | |
---|---|
void |
TimeProviderPreferenceImpl.setDefault(TimeProviderConfiguration defaultValue)
|
void |
TimeProviderConfigurationImpl.update(TimeProviderConfiguration configuration)
|
Constructors in de.unikassel.android.sdcframework.preferences with parameters of type TimeProviderConfiguration | |
---|---|
TimeProviderConfigurationChangeEventImpl(TimeProviderConfiguration configuration)
Constructor |
Uses of TimeProviderConfiguration in de.unikassel.android.sdcframework.preferences.facade |
---|
Methods in de.unikassel.android.sdcframework.preferences.facade that return TimeProviderConfiguration | |
---|---|
TimeProviderConfiguration |
ApplicationPreferenceManager.getTimeProviderConfiguration(Context applicationContext)
Access to the time provider configuration created from current time provider preferences |
Uses of TimeProviderConfiguration in de.unikassel.android.sdcframework.service |
---|
Methods in de.unikassel.android.sdcframework.service with parameters of type TimeProviderConfiguration | |
---|---|
private void |
ServiceManagerImpl.updateTimeSyncErrorStrategy(TimeProviderConfiguration config)
Method to update the error strategy for time provider sync errors |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |