Searched defs:TRIM_MEMORY_COMPLETE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
H A DComponentCallbacks2.java65 * <li>{@link #TRIM_MEMORY_COMPLETE} <br>The system is running low on memory and your process is
69 * fallback that's roughly equivalent to the {@link ComponentCallbacks2#TRIM_MEMORY_COMPLETE} level.
91 static final int TRIM_MEMORY_COMPLETE = 80; field in interface:ComponentCallbacks2
159 * {@link #TRIM_MEMORY_COMPLETE}, {@link #TRIM_MEMORY_MODERATE},
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp35 #define TRIM_MEMORY_COMPLETE 80 macro
383 if (level >= TRIM_MEMORY_COMPLETE) {

Completed in 58 milliseconds