| Package | Description |
|---|---|
| android.support.v4.app | |
| org.holoeverywhere | |
| org.holoeverywhere.app | |
| org.holoeverywhere.preference |
| Modifier and Type | Method and Description |
|---|---|
SharedPreferences |
_HoloFragment.getDefaultSharedPreferences(Application.Config.PreferenceImpl impl) |
SharedPreferences |
_HoloActivity.getDefaultSharedPreferences(Application.Config.PreferenceImpl impl) |
SharedPreferences |
_HoloFragment.getSharedPreferences(Application.Config.PreferenceImpl impl,
String name,
int mode) |
SharedPreferences |
_HoloActivity.getSharedPreferences(Application.Config.PreferenceImpl impl,
String name,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
SharedPreferences |
IHolo.getDefaultSharedPreferences(Application.Config.PreferenceImpl impl) |
SharedPreferences |
IHolo.getSharedPreferences(Application.Config.PreferenceImpl impl,
String name,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
Application.Config.PreferenceImpl |
Application.Config.getPreferenceImpl() |
static Application.Config.PreferenceImpl |
Application.Config.PreferenceImpl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.Config.PreferenceImpl[] |
Application.Config.PreferenceImpl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SharedPreferences |
Application.getDefaultSharedPreferences(Application.Config.PreferenceImpl impl) |
SharedPreferences |
Application.getSharedPreferences(Application.Config.PreferenceImpl impl,
String name,
int mode) |
Application.Config |
Application.Config.setPreferenceImpl(Application.Config.PreferenceImpl preferenceImpl) |
| Modifier and Type | Method and Description |
|---|---|
static SharedPreferences |
PreferenceManager.getDefaultSharedPreferences(android.content.Context context,
Application.Config.PreferenceImpl impl) |
static SharedPreferences |
PreferenceManager.wrap(android.content.Context context,
Application.Config.PreferenceImpl impl,
String name,
int mode) |
Copyright © 2012-2013. All Rights Reserved.