Home
last modified time | relevance | path

Searched refs:onLowMemory (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/content/
DComponentCallbacks.java67 void onLowMemory(); in onLowMemory() method
DContentProvider.java811 public void onLowMemory() { in onLowMemory() method in ContentProvider
/frameworks/base/core/java/android/app/
DApplication.java113 public void onLowMemory() { in onLowMemory() method in Application
117 ((ComponentCallbacks)callbacks[i]).onLowMemory(); in onLowMemory()
DNativeActivity.java248 public void onLowMemory() { in onLowMemory() method in NativeActivity
249 super.onLowMemory(); in onLowMemory()
DService.java474 public void onLowMemory() { in onLowMemory() method in Service
DFragment.java1406 public void onLowMemory() { in onLowMemory() method in Fragment
2115 onLowMemory(); in performLowMemory()
DActivity.java1872 public void onLowMemory() { in onLowMemory() method in Activity
DActivityThread.java4226 callbacks.get(i).onLowMemory(); in handleLowMemory()
5156 public void onLowMemory() { in attach()
/frameworks/native/include/android/
Dnative_activity.h224 void (*onLowMemory)(ANativeActivity* activity); member
/frameworks/base/core/java/android/view/
DAccessibilityIterators.java156 public void onLowMemory() { in onLowMemory() method in AccessibilityIterators.CharacterTextSegmentIterator
/frameworks/support/v4/java/android/support/v4/app/
DFragmentActivity.java340 public void onLowMemory() { in onLowMemory() method in FragmentActivity
341 super.onLowMemory(); in onLowMemory()
DFragment.java1172 public void onLowMemory() { in onLowMemory() method in Fragment
1848 onLowMemory(); in performLowMemory()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp461 if (code->callbacks.onLowMemory != NULL) { in onLowMemory_native()
462 code->callbacks.onLowMemory(code); in onLowMemory_native()
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd162 memory state before the system calls {@link android.app.Activity#onLowMemory()}.</p>
/frameworks/base/docs/html/training/articles/
Dmemory.jd299 added in API level 14, you can use the {@link android.content.ComponentCallbacks#onLowMemory()}
/frameworks/base/api/
Dsystem-current.txt3452 method public void onLowMemory();
3907 method public void onLowMemory();
4274 method public void onLowMemory();
5155 method public void onLowMemory();
7080 method public abstract void onLowMemory();
7135 method public void onLowMemory();
Dcurrent.txt3369 method public void onLowMemory();
3817 method public void onLowMemory();
4184 method public void onLowMemory();
5065 method public void onLowMemory();
6843 method public abstract void onLowMemory();
6898 method public void onLowMemory();