Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DMemoryFile.java51 private boolean mAllowPurging = false; // true if our ashmem region is unpinned field in MemoryFile
101 if (mAllowPurging) { in beginAccess()
109 if (mAllowPurging) { in endAccess()
134 return mAllowPurging; in isPurgingAllowed()
150 boolean oldValue = mAllowPurging; in allowPurging()
153 mAllowPurging = allowPurging; in allowPurging()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt51587 Landroid/os/MemoryFile;->mAllowPurging:Z