android.content
Interface ComponentCallbacks2
- All Superinterfaces:
- ComponentCallbacks
- All Known Implementing Classes:
- AbstractInputMethodService, AccessibilityService, AccountAuthenticatorActivity, Activity, ActivityGroup, AliasActivity, Application, ContentProvider, DialogFragment, ExpandableListActivity, Fragment, InputMethodService, IntentService, LauncherActivity, ListActivity, ListFragment, NativeActivity, PreferenceActivity, PreferenceFragment, RecognitionService, RemoteViewsService, SearchRecentSuggestionsProvider, Service, SpellCheckerService, TabActivity, TextToSpeechService, VpnService, WallpaperService, WebViewFragment
public interface ComponentCallbacks2
- extends ComponentCallbacks
TRIM_MEMORY_COMPLETE
static final int TRIM_MEMORY_COMPLETE
- See Also:
- Constant Field Values
TRIM_MEMORY_MODERATE
static final int TRIM_MEMORY_MODERATE
- See Also:
- Constant Field Values
TRIM_MEMORY_BACKGROUND
static final int TRIM_MEMORY_BACKGROUND
- See Also:
- Constant Field Values
TRIM_MEMORY_UI_HIDDEN
static final int TRIM_MEMORY_UI_HIDDEN
- See Also:
- Constant Field Values
onTrimMemory
void onTrimMemory(int level)
Copyright © 2008-2012. All Rights Reserved.