Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DMemoryFile.java149 synchronized public boolean allowPurging(boolean allowPurging) throws IOException { in allowPurging() argument
151 if (oldValue != allowPurging) { in allowPurging()
152 native_pin(mSharedMemory.getFileDescriptor(), !allowPurging); in allowPurging() local
153 mAllowPurging = allowPurging; in allowPurging()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DMemoryFileTest.java54 newFile.allowPurging(true); in testPurge()
240 file.allowPurging(true); in testCloseAllowPurging()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt33160 method @Deprecated public boolean allowPurging(boolean) throws java.io.IOException;