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

/frameworks/base/core/java/android/os/
H A DMemoryFile.java32 * in low memory conditions (only if allowPurging is set to true).
151 * @param allowPurging true if the operating system can purge the contents
153 * @return previous value of allowPurging
155 synchronized public boolean allowPurging(boolean allowPurging) throws IOException { argument
157 if (oldValue != allowPurging) {
158 native_pin(mFD, !allowPurging);
159 mAllowPurging = allowPurging;

Completed in 215 milliseconds