Searched refs:onLowMemory (Results 1 - 13 of 13) 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.java811 public void onLowMemory() { method in class:ContentProvider
/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 DService.java474 public void onLowMemory() { method in class:Service
H A DApplication.java113 public void onLowMemory() { method in class:Application
117 ((ComponentCallbacks)callbacks[i]).onLowMemory();
H A DNativeActivity.java248 public void onLowMemory() { method in class:NativeActivity
249 super.onLowMemory();
H A DFragment.java1406 public void onLowMemory() { method in class:Fragment
2115 onLowMemory();
H A DActivity.java1872 public void onLowMemory() { method in class:Activity
1873 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onLowMemory " + this);
H A DActivityThread.java4226 callbacks.get(i).onLowMemory();
5156 public void onLowMemory() {
/frameworks/base/core/java/android/view/
H A DAccessibilityIterators.java156 public void onLowMemory() { method in class:AccessibilityIterators.CharacterTextSegmentIterator
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp461 if (code->callbacks.onLowMemory != NULL) {
462 code->callbacks.onLowMemory(code);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java337 * Dispatch onLowMemory() to all fragments.
340 public void onLowMemory() { method in class:FragmentActivity
341 super.onLowMemory();
H A DFragment.java1172 public void onLowMemory() { method in class:Fragment
1848 onLowMemory();

Completed in 296 milliseconds