Searched refs:onLowMemory (Results 1 - 15 of 15) 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.java889 public void onLowMemory() { method in class:ContentProvider
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java92 public void onLowMemory() { method in class:VoiceInteractionSessionService
93 super.onLowMemory();
95 mSession.onLowMemory();
H A DVoiceInteractionSession.java1479 public void onLowMemory() { method in class:VoiceInteractionSession
/frameworks/native/include/android/
H A Dnative_activity.h235 void (*onLowMemory)(ANativeActivity* activity); member in struct:ANativeActivityCallbacks
/frameworks/base/core/java/android/app/
H A DApplication.java120 public void onLowMemory() { method in class:Application
124 ((ComponentCallbacks)callbacks[i]).onLowMemory();
H A DService.java525 public void onLowMemory() { method in class:Service
H A DNativeActivity.java249 public void onLowMemory() { method in class:NativeActivity
250 super.onLowMemory();
H A DFragment.java1704 public void onLowMemory() { method in class:Fragment
2431 onLowMemory();
H A DActivityThread.java4940 callbacks.get(i).onLowMemory();
5972 public void onLowMemory() {
H A DActivity.java2133 public void onLowMemory() { method in class:Activity
2134 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onLowMemory " + this);
/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.cpp490 if (code->callbacks.onLowMemory != NULL) {
491 code->callbacks.onLowMemory(code);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java1467 public void onLowMemory() { method in class:Fragment
2153 onLowMemory();
H A DFragmentActivity.java408 * Dispatch onLowMemory() to all fragments.
411 public void onLowMemory() { method in class:FragmentActivity
412 super.onLowMemory();

Completed in 530 milliseconds