Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java645 boolean pruneInstalledInstantApps(long neededSpace, long maxInstalledCacheDuration) { in pruneInstalledInstantApps() argument
647 return pruneInstantApps(neededSpace, maxInstalledCacheDuration, Long.MAX_VALUE); in pruneInstalledInstantApps()
654 boolean pruneUninstalledInstantApps(long neededSpace, long maxUninstalledCacheDuration) { in pruneUninstalledInstantApps() argument
656 return pruneInstantApps(neededSpace, Long.MAX_VALUE, maxUninstalledCacheDuration); in pruneUninstalledInstantApps()
676 private boolean pruneInstantApps(long neededSpace, long maxInstalledCacheDuration, in pruneInstantApps() argument
681 if (file.getUsableSpace() >= neededSpace) { in pruneInstantApps()
772 if (file.getUsableSpace() >= neededSpace) { in pruneInstantApps()
812 if (file.getUsableSpace() >= neededSpace) { in pruneInstantApps()