Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DMemoryFile.java149 synchronized public boolean allowPurging(boolean allowPurging) throws IOException { in allowPurging() method in MemoryFile
151 if (oldValue != allowPurging) { in allowPurging()
152 native_pin(mSharedMemory.getFileDescriptor(), !allowPurging); in allowPurging() local
153 mAllowPurging = allowPurging; in allowPurging()
/frameworks/base/core/tests/coretests/src/android/os/
DMemoryFileTest.java54 newFile.allowPurging(true); in testPurge()
240 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/non-updatable-api/
Dcurrent.txt34936 method @Deprecated public boolean allowPurging(boolean) throws java.io.IOException;
/frameworks/base/api/
Dcurrent.txt35080 method @Deprecated public boolean allowPurging(boolean) throws java.io.IOException;