Searched refs:onTrimMemory (Results 1 - 15 of 15) 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.java892 public void onTrimMemory(int level) { method in class:ContentProvider
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java100 public void onTrimMemory(int level) { method in class:VoiceInteractionSessionService
101 super.onTrimMemory(level);
103 mSession.onTrimMemory(level);
H A DVoiceInteractionSession.java1483 public void onTrimMemory(int level) { method in class:VoiceInteractionSession
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java90 public void onTrimMemory(int level) { method in class:DocumentsApplication
91 super.onTrimMemory(level);
/frameworks/base/core/java/android/app/
H A DApplication.java130 public void onTrimMemory(int level) { method in class:Application
136 ((ComponentCallbacks2)c).onTrimMemory(level);
H A DService.java528 public void onTrimMemory(int level) { method in class:Service
H A DFragment.java1709 public void onTrimMemory(int level) { method in class:Fragment
2438 onTrimMemory(level);
H A DActivityThread.java4965 callbacks.get(i).onTrimMemory(level);
5975 public void onTrimMemory(int level) {
H A DActivity.java2139 public void onTrimMemory(int level) { method in class:Activity
2140 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onTrimMemory " + this + ": " + level);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvActivity.java470 public void onTrimMemory(int level) { method in class:RecentsTvActivity
473 loader.onTrimMemory(level);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java538 public void onTrimMemory(int level) { method in class:RecentsActivity
541 loader.onTrimMemory(level);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java327 public void onTrimMemory(int level) { method in class:MtpDocumentsProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java403 public void onTrimMemory(int level) { method in class:RecentsTaskLoader
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java90 public void onTrimMemory(int level) { method in class:ImageWallpaper

Completed in 3722 milliseconds