Home
last modified time | relevance | path

Searched defs:freeCache (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl81 void freeCache(@nullable @utf8InCpp String uuid, long targetFreeBytes, in freeCache() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java437 public void freeCache(String uuid, long targetFreeBytes, long cacheReservedBytes, int flags) in freeCache() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1327 binder::Status InstalldNativeService::freeCache(const std::optional<std::string>& uuid, in freeCache() function in android::installd::InstalldNativeService