| Package | Description |
|---|---|
| android.support.v4.app | |
| org.holoeverywhere.app | |
| org.holoeverywhere.preference |
| Modifier and Type | Method and Description |
|---|---|
SharedPreferences |
_HoloFragment.getDefaultSharedPreferences() |
SharedPreferences |
_HoloActivity.getDefaultSharedPreferences() |
SharedPreferences |
_HoloFragment.getDefaultSharedPreferences(HoloEverywhere.PreferenceImpl impl) |
SharedPreferences |
_HoloActivity.getDefaultSharedPreferences(HoloEverywhere.PreferenceImpl impl) |
SharedPreferences |
_HoloFragment.getSharedPreferences(HoloEverywhere.PreferenceImpl impl,
String name,
int mode) |
SharedPreferences |
_HoloActivity.getSharedPreferences(HoloEverywhere.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 |
Application.getDefaultSharedPreferences() |
SharedPreferences |
Application.getDefaultSharedPreferences(HoloEverywhere.PreferenceImpl impl) |
SharedPreferences |
Application.getSharedPreferences(HoloEverywhere.PreferenceImpl impl,
String name,
int mode) |
SharedPreferences |
Application.getSharedPreferences(String name,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
static SharedPreferences |
PreferenceManagerHelper.getDefaultSharedPreferences(android.content.Context context) |
static SharedPreferences |
PreferenceManagerHelper.getDefaultSharedPreferences(android.content.Context context,
HoloEverywhere.PreferenceImpl impl) |
static SharedPreferences |
PreferenceManagerHelper.wrap(android.content.Context context,
HoloEverywhere.PreferenceImpl impl,
String name,
int mode) |
static SharedPreferences |
PreferenceManagerHelper.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.