Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DMockApplication.java55 public void onLowMemory() { in onLowMemory() method in MockApplication
56 super.onLowMemory(); in onLowMemory()
/cts/tests/app/app/src/android/app/stubs/
DMockApplication.java55 public void onLowMemory() { in onLowMemory() method in MockApplication
56 super.onLowMemory(); in onLowMemory()
/cts/tests/tests/widget/src/android/widget/cts/
DMockApplication.java55 public void onLowMemory() { in onLowMemory() method in MockApplication
56 super.onLowMemory(); in onLowMemory()
/cts/apps/OomCatcher/src/com/android/cts/oomcatcher/
DOomCatcher.java91 onLowMemory(); in onTrimMemory()
106 public void onLowMemory() { in onLowMemory() method in OomCatcher
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowContextTests.java301 public void onLowMemory() {} in onLowMemory() method in WindowContextTests.TestComponentCallbacks