Searched refs:onTrimMemory (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/
H A DComponentCallbacks2.java25 * <p>You should implement {@link #onTrimMemory} to incrementally release memory based on current
33 * <p>The values provided by {@link #onTrimMemory} do not represent a single linear progression of
87 * Level for {@link #onTrimMemory(int)}: the process is nearing the end
94 * Level for {@link #onTrimMemory(int)}: the process is around the middle
101 * Level for {@link #onTrimMemory(int)}: the process has gone on to the
108 * Level for {@link #onTrimMemory(int)}: the process had been showing
116 * Level for {@link #onTrimMemory(int)}: the process is not an expendable
128 * Level for {@link #onTrimMemory(int)}: the process is not an expendable
137 * Level for {@link #onTrimMemory(int)}: the process is not an expendable
164 void onTrimMemory(in method in interface:ComponentCallbacks2
[all...]
H A DContentProvider.java705 public void onTrimMemory(int level) { method in class:ContentProvider
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java88 public void onTrimMemory(int level) { method in class:DocumentsApplication
89 super.onTrimMemory(level);
/frameworks/base/core/java/android/app/
H A DService.java469 public void onTrimMemory(int level) { method in class:Service
H A DApplication.java122 public void onTrimMemory(int level) { method in class:Application
128 ((ComponentCallbacks2)c).onTrimMemory(level);
H A DFragment.java1354 public void onTrimMemory(int level) { method in class:Fragment
1769 onTrimMemory(level);
H A DActivity.java1690 public void onTrimMemory(int level) { method in class:Activity
1691 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onTrimMemory " + this + ": " + level);
H A DActivityThread.java4043 callbacks.get(i).onTrimMemory(level);
4915 public void onTrimMemory(int level) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java88 public void onTrimMemory(int level) { method in class:ImageWallpaper

Completed in 743 milliseconds