Searched refs:onLowMemory (Results 1 - 14 of 14) 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.java914 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.java1578 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.java521 public void onLowMemory() { method in class:Service
H A DNativeActivity.java241 public void onLowMemory() { method in class:NativeActivity
242 super.onLowMemory();
H A DFragment.java1750 public void onLowMemory() { method in class:Fragment
2611 onLowMemory();
H A DActivity.java2381 public void onLowMemory() { method in class:Activity
2382 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onLowMemory " + this);
H A DActivityThread.java5301 callbacks.get(i).onLowMemory();
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp506 if (code->callbacks.onLowMemory != NULL) {
507 code->callbacks.onLowMemory(code);
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentActivity.java360 * Dispatch onLowMemory() to all fragments.
363 public void onLowMemory() { method in class:FragmentActivity
364 super.onLowMemory();
H A DFragment.java1522 public void onLowMemory() { method in class:Fragment
2327 onLowMemory();

Completed in 3231 milliseconds