Searched defs:onLowMemory (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/content/
H A DComponentCallbacks.java63 * only use this {@link #onLowMemory} method as a fallback for older versions, which can be
67 void onLowMemory(); method in interface:ComponentCallbacks
H A DContentProvider.java702 public void onLowMemory() { method in class:ContentProvider
/frameworks/base/core/java/android/view/
H A DAccessibilityIterators.java158 public void onLowMemory() { method in class:AccessibilityIterators.CharacterTextSegmentIterator
/frameworks/native/include/android/
H A Dnative_activity.h224 void (*onLowMemory)(ANativeActivity* activity); member in struct:ANativeActivityCallbacks
/frameworks/base/core/java/android/app/
H A DApplication.java113 public void onLowMemory() { method in class:Application
117 ((ComponentCallbacks)callbacks[i]).onLowMemory();
H A DService.java466 public void onLowMemory() { method in class:Service
H A DNativeActivity.java249 public void onLowMemory() { method in class:NativeActivity
250 super.onLowMemory();
H A DFragment.java1350 public void onLowMemory() { method in class:Fragment
1762 onLowMemory();
H A DActivity.java1684 public void onLowMemory() { method in class:Activity
1685 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onLowMemory " + this);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java359 * Dispatch onLowMemory() to all fragments.
362 public void onLowMemory() { method in class:FragmentActivity
363 super.onLowMemory();
H A DFragment.java1150 public void onLowMemory() { method in class:Fragment
1562 onLowMemory();

Completed in 153 milliseconds