public interface IHolo
| Modifier and Type | Method and Description |
|---|---|
Application.Config |
getConfig() |
SharedPreferences |
getDefaultSharedPreferences() |
SharedPreferences |
getDefaultSharedPreferences(Application.Config.PreferenceImpl impl) |
LayoutInflater |
getLayoutInflater() |
SharedPreferences |
getSharedPreferences(Application.Config.PreferenceImpl impl,
String name,
int mode) |
SharedPreferences |
getSharedPreferences(String name,
int mode) |
Application |
getSupportApplication() |
Application.Config getConfig()
SharedPreferences getDefaultSharedPreferences()
SharedPreferences getDefaultSharedPreferences(Application.Config.PreferenceImpl impl)
LayoutInflater getLayoutInflater()
SharedPreferences getSharedPreferences(Application.Config.PreferenceImpl impl, String name, int mode)
SharedPreferences getSharedPreferences(String name, int mode)
Application getSupportApplication()
Copyright © 2012-2013. All Rights Reserved.