Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSessionService.java92 public void onLowMemory() { in onLowMemory() method in VoiceInteractionSessionService
93 super.onLowMemory(); in onLowMemory()
95 mSession.onLowMemory(); in onLowMemory()
DVoiceInteractionSession.java1565 public void onLowMemory() { in onLowMemory() method in VoiceInteractionSession
/frameworks/base/core/java/android/content/
DComponentCallbacks.java67 void onLowMemory(); in onLowMemory() method
DContentProvider.java914 public void onLowMemory() { in onLowMemory() method in ContentProvider
/frameworks/base/core/java/android/app/
DApplication.java133 public void onLowMemory() { in onLowMemory() method in Application
137 ((ComponentCallbacks)callbacks[i]).onLowMemory(); in onLowMemory()
DNativeActivity.java241 public void onLowMemory() { in onLowMemory() method in NativeActivity
242 super.onLowMemory(); in onLowMemory()
DService.java513 public void onLowMemory() { in onLowMemory() method in Service
DFragment.java1764 public void onLowMemory() {
2625 onLowMemory();
DActivity.java2451 public void onLowMemory() { in onLowMemory() method in Activity
DActivityThread.java5405 callbacks.get(i).onLowMemory(); in handleLowMemory()
/frameworks/native/include/android/
Dnative_activity.h235 void (*onLowMemory)(ANativeActivity* activity); member
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp514 if (code->callbacks.onLowMemory != NULL) { in onLowMemory_native()
515 code->callbacks.onLowMemory(code); in onLowMemory_native()
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DFragmentActivity.java416 public void onLowMemory() { in onLowMemory() method in FragmentActivity
417 super.onLowMemory(); in onLowMemory()
DFragment.java1691 public void onLowMemory() {
2527 onLowMemory();
/frameworks/support/fragment/api/
Dcurrent.txt94 method public void onLowMemory();
/frameworks/support/fragment/api_legacy/
D26.0.0.txt89 method public void onLowMemory();
D26.1.0.txt90 method public void onLowMemory();
D27.0.0.txt90 method public void onLowMemory();
D27.1.0.txt92 method public void onLowMemory();
D28.0.0-alpha1.txt92 method public void onLowMemory();
Dcurrent.txt92 method public void onLowMemory();
/frameworks/support/api/
D22.0.0.txt1604 method public void onLowMemory();
D22.1.0.txt1746 method public void onLowMemory();
D22.2.0.txt2114 method public void onLowMemory();
D22.2.1.txt2142 method public void onLowMemory();

12