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.java95 public void onLowMemory() { method in class:Application
99 ((ComponentCallbacks)callbacks[i]).onLowMemory();
H A DService.java466 public void onLowMemory() { method in class:Service
H A DNativeActivity.java261 public void onLowMemory() { method in class:NativeActivity
262 super.onLowMemory();
H A DFragment.java1277 public void onLowMemory() { method in class:Fragment
H A DActivity.java1625 public void onLowMemory() { method in class:Activity
1626 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.java340 * Dispatch onLowMemory() to all fragments.
343 public void onLowMemory() { method in class:FragmentActivity
344 super.onLowMemory();
H A DFragment.java1044 public void onLowMemory() { method in class:Fragment
/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.java190 public void onLowMemory() {} method in class:BrowserFrame.ConfigCallback
H A DWebViewClassic.java728 public void onLowMemory() { method in class:WebViewClassic.OnTrimMemoryListener

Completed in 297 milliseconds