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


Field Summary
static int TRIM_MEMORY_BACKGROUND
           
static int TRIM_MEMORY_COMPLETE
           
static int TRIM_MEMORY_MODERATE
           
static int TRIM_MEMORY_UI_HIDDEN
           
 
Method Summary
 void onTrimMemory(int level)
           
 
Methods inherited from interface android.content.ComponentCallbacks
onConfigurationChanged, onLowMemory
 

Field Detail

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
Method Detail

onTrimMemory

void onTrimMemory(int level)


Copyright © 2008-2012. All Rights Reserved.