HomeSort by relevance Sort by last modified time
    Searched refs:onTrimMemory (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/core/java/android/content/
ComponentCallbacks2.java 25 * <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(int level)
    [all...]
ContentProvider.java 798 public void onTrimMemory(int level) {
    [all...]
  /external/chromium_org/base/android/java/src/org/chromium/base/
MemoryPressureListener.java 26 * Sending an intent with this action to Chrome will cause it to issue a call to onTrimMemory
32 * Sending an intent with this action to Chrome will cause it to issue a call to onTrimMemory
39 * Sending an intent with this action to Chrome will cause it to issue a call to onTrimMemory
50 public void onTrimMemory(int level) {
109 activity.getApplication().onTrimMemory(level);
110 activity.onTrimMemory(level);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsApplication.java 88 public void onTrimMemory(int level) {
89 super.onTrimMemory(level);
  /frameworks/base/core/java/android/app/
Service.java 477 public void onTrimMemory(int level) {
    [all...]
Application.java 122 public void onTrimMemory(int level) {
128 ((ComponentCallbacks2)c).onTrimMemory(level);
Fragment.java     [all...]
Activity.java     [all...]
ActivityThread.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
MemoryManagerImpl.java 125 public void onTrimMemory(int level) {
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java 145 public void onTrimMemory() {
Launcher.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 517 public void onTrimMemory(int level) {
520 loader.onTrimMemory(level);
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 472 public void onTrimMemory() {
Launcher.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 88 public void onTrimMemory(int level) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoader.java 575 public void onTrimMemory(int level) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 564 public void onTrimMemory(int level) {
772 public void onTrimMemory(int level) {
773 if (DEBUG) Log.d(TAG, "onTrimMemory: " + level);
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java 508 public void onTrimMemory(final int level) {
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 578 milliseconds

1 2