| Package | Description |
|---|---|
| android.support.v4.app | |
| org.holoeverywhere | |
| org.holoeverywhere.app | |
| org.holoeverywhere.internal | |
| org.holoeverywhere.preference |
| Modifier and Type | Method and Description |
|---|---|
SharedPreferences |
_HoloFragment.getDefaultSharedPreferences() |
SharedPreferences |
_HoloActivity.getDefaultSharedPreferences() |
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) |
SharedPreferences |
_HoloFragment.getSharedPreferences(String name,
int mode) |
SharedPreferences |
_HoloActivity.getSharedPreferences(String name,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
SharedPreferences |
IHolo.getDefaultSharedPreferences() |
SharedPreferences |
IHoloFragment.getDefaultSharedPreferences() |
SharedPreferences |
IHolo.getDefaultSharedPreferences(Application.Config.PreferenceImpl impl) |
SharedPreferences |
IHolo.getSharedPreferences(Application.Config.PreferenceImpl impl,
String name,
int mode) |
SharedPreferences |
IHolo.getSharedPreferences(String name,
int mode) |
SharedPreferences |
IHoloFragment.getSharedPreferences(String name,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
SharedPreferences |
Application.getDefaultSharedPreferences() |
SharedPreferences |
Application.getDefaultSharedPreferences(Application.Config.PreferenceImpl impl) |
SharedPreferences |
Application.getSharedPreferences(Application.Config.PreferenceImpl impl,
String name,
int mode) |
SharedPreferences |
Application.getSharedPreferences(String name,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends _SharedPreferencesImpl_XML.BaseOnSharedPreferenceChangeListener> |
_SharedPreferencesImpl_XML.BaseOnSharedPreferenceChangeListener.obtain(SharedPreferences prefs,
SharedPreferences.OnSharedPreferenceChangeListener listener) |
| Constructor and Description |
|---|
_SharedPreferencesImpl_XML.BaseOnSharedPreferenceChangeListener(SharedPreferences prefs,
SharedPreferences.OnSharedPreferenceChangeListener listener) |
| Modifier and Type | Method and Description |
|---|---|
static SharedPreferences |
PreferenceManager.getDefaultSharedPreferences(android.content.Context context) |
static SharedPreferences |
PreferenceManager.getDefaultSharedPreferences(android.content.Context context,
Application.Config.PreferenceImpl impl) |
SharedPreferences |
PreferenceManager.getSharedPreferences() |
SharedPreferences |
Preference.getSharedPreferences() |
static SharedPreferences |
PreferenceManager.wrap(android.content.Context context,
Application.Config.PreferenceImpl impl,
String name,
int mode) |
static SharedPreferences |
PreferenceManager.wrap(android.content.Context context,
String name,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedPreferences.OnSharedPreferenceChangeListener.onSharedPreferenceChanged(SharedPreferences prefs,
String key) |
Copyright © 2012-2013. All Rights Reserved.