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).
156 * @param allowPurging true if the operating system can purge the contents
158 * @return previous value of allowPurging
160 synchronized public boolean allowPurging(boolean allowPurging) throws IOException { argument
162 if (oldValue != allowPurging) {
163 native_pin(mFD, !allowPurging);
164 mAllowPurging = allowPurging;

Completed in 88 milliseconds