Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DMemoryFile.java160 synchronized public boolean allowPurging(boolean allowPurging) throws IOException { in allowPurging() method in MemoryFile
162 if (oldValue != allowPurging) { in allowPurging()
163 native_pin(mFD, !allowPurging); in allowPurging()
164 mAllowPurging = allowPurging; in allowPurging()
/frameworks/base/core/tests/coretests/src/android/os/
DMemoryFileTest.java52 newFile.allowPurging(true); in testPurge()
238 file.allowPurging(true); in testCloseAllowPurging()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21862 method public synchronized boolean allowPurging(boolean) throws java.io.IOException;
/frameworks/base/api/
Dcurrent.txt28716 method public synchronized boolean allowPurging(boolean) throws java.io.IOException;
Dsystem-current.txt31157 method public synchronized boolean allowPurging(boolean) throws java.io.IOException;
Dtest-current.txt28785 method public synchronized boolean allowPurging(boolean) throws java.io.IOException;