Home
last modified time | relevance | path

Searched refs:mAllowPurging (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DMemoryFile.java48 private boolean mAllowPurging = false; // true if our ashmem region is unpinned field in MemoryFile
97 if (mAllowPurging) { in beginAccess()
105 if (mAllowPurging) { in endAccess()
130 return mAllowPurging; in isPurgingAllowed()
146 boolean oldValue = mAllowPurging; in allowPurging()
149 mAllowPurging = allowPurging; in allowPurging()