/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSessionService.java | 100 public void onTrimMemory(int level) { in onTrimMemory() method in VoiceInteractionSessionService 101 super.onTrimMemory(level); in onTrimMemory() 103 mSession.onTrimMemory(level); in onTrimMemory()
|
D | VoiceInteractionSession.java | 1483 public void onTrimMemory(int level) { in onTrimMemory() method in VoiceInteractionSession
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | DocumentsApplication.java | 90 public void onTrimMemory(int level) { in onTrimMemory() method in DocumentsApplication 91 super.onTrimMemory(level); in onTrimMemory()
|
/frameworks/base/core/java/android/content/ |
D | ComponentCallbacks2.java | 164 void onTrimMemory(int level); in onTrimMemory() method
|
D | ContentProvider.java | 892 public void onTrimMemory(int level) { in onTrimMemory() method in ContentProvider
|
/frameworks/base/core/java/android/app/ |
D | Application.java | 130 public void onTrimMemory(int level) { in onTrimMemory() method in Application 136 ((ComponentCallbacks2)c).onTrimMemory(level); in onTrimMemory()
|
D | Service.java | 528 public void onTrimMemory(int level) { in onTrimMemory() method in Service
|
D | Fragment.java | 1709 public void onTrimMemory(int level) { 2438 onTrimMemory(level);
|
D | Activity.java | 2139 public void onTrimMemory(int level) { in onTrimMemory() method in Activity
|
D | ActivityThread.java | 4965 callbacks.get(i).onTrimMemory(level); in handleTrimMemory() 5975 public void onTrimMemory(int level) { in attach()
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 2 page.tags=ram,low memory,OutOfMemoryError,onTrimMemory 225 android.content.ComponentCallbacks2#onTrimMemory onTrimMemory()} callback in your {@link 232 <p>Notice that your app receives the {@link android.content.ComponentCallbacks2#onTrimMemory 233 onTrimMemory()} callback with {@link android.content.ComponentCallbacks2#TRIM_MEMORY_UI_HIDDEN} 241 android.content.ComponentCallbacks2#onTrimMemory onTrimMemory(TRIM_MEMORY_UI_HIDDEN)}. This ensures 250 android.content.ComponentCallbacks2#onTrimMemory onTrimMemory()} callback also tells you when 252 on the following memory levels delivered by {@link android.content.ComponentCallbacks2#onTrimMemory 253 onTrimMemory()}:</p> 276 levels from {@link android.content.ComponentCallbacks2#onTrimMemory onTrimMemory()}:</p> 298 <p>Because the {@link android.content.ComponentCallbacks2#onTrimMemory onTrimMemory()} callback was
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/ |
D | RecentsTvActivity.java | 470 public void onTrimMemory(int level) { in onTrimMemory() method in RecentsTvActivity 473 loader.onTrimMemory(level); in onTrimMemory()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | RecentsActivity.java | 538 public void onTrimMemory(int level) { in onTrimMemory() method in RecentsActivity 541 loader.onTrimMemory(level); in onTrimMemory()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | RecentsTaskLoader.java | 403 public void onTrimMemory(int level) { in onTrimMemory() method in RecentsTaskLoader
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDocumentsProvider.java | 327 public void onTrimMemory(int level) { in onTrimMemory() method in MtpDocumentsProvider
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 90 public void onTrimMemory(int level) { in onTrimMemory() method in ImageWallpaper
|
/frameworks/base/api/ |
D | current.txt | 3564 method public void onTrimMemory(int); 4050 method public void onTrimMemory(int); 4459 method public void onTrimMemory(int); 5558 method public void onTrimMemory(int); 7737 method public abstract void onTrimMemory(int); 7791 method public void onTrimMemory(int); 34863 method public void onTrimMemory(int);
|
D | system-current.txt | 3693 method public void onTrimMemory(int); 4190 method public void onTrimMemory(int); 4605 method public void onTrimMemory(int); 5706 method public void onTrimMemory(int); 8051 method public abstract void onTrimMemory(int); 8105 method public void onTrimMemory(int); 37680 method public void onTrimMemory(int);
|
D | test-current.txt | 3564 method public void onTrimMemory(int); 4051 method public void onTrimMemory(int); 4460 method public void onTrimMemory(int); 5559 method public void onTrimMemory(int); 7743 method public abstract void onTrimMemory(int); 7797 method public void onTrimMemory(int); 34940 method public void onTrimMemory(int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3401 method public void onTrimMemory(int); 3819 method public void onTrimMemory(int); 4193 method public void onTrimMemory(int); 5070 method public void onTrimMemory(int); 6845 method public abstract void onTrimMemory(int); 6897 method public void onTrimMemory(int);
|