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

/frameworks/base/core/java/android/content/
H A DComponentCallbacks.java53 void onLowMemory(); method in interface:ComponentCallbacks
H A DContentProvider.java522 public void onLowMemory() { method in class:ContentProvider
/frameworks/base/core/java/android/app/
H A DApplication.java96 public void onLowMemory() { method in class:Application
100 ((ComponentCallbacks)callbacks[i]).onLowMemory();
H A DService.java466 public void onLowMemory() { method in class:Service
H A DNativeActivity.java255 public void onLowMemory() { method in class:NativeActivity
256 super.onLowMemory();
H A DFragment.java1345 public void onLowMemory() { method in class:Fragment
1757 onLowMemory();
H A DActivity.java1639 public void onLowMemory() { method in class:Activity
1640 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onLowMemory " + this);
/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/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java348 * Dispatch onLowMemory() to all fragments.
351 public void onLowMemory() { method in class:FragmentActivity
352 super.onLowMemory();
H A DFragment.java1110 public void onLowMemory() { method in class:Fragment
1522 onLowMemory();
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java297 public void onLowMemory() { method in class:TestShellActivity
298 super.onLowMemory();
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java199 public void onLowMemory() {} method in class:BrowserFrame.ConfigCallback
H A DWebViewClassic.java728 public void onLowMemory() { method in class:WebViewClassic.OnTrimMemoryListener

Completed in 170 milliseconds