Searched refs:neededSpace (Results 1 – 1 of 1) sorted by relevance
645 boolean pruneInstalledInstantApps(long neededSpace, long maxInstalledCacheDuration) { in pruneInstalledInstantApps() argument647 return pruneInstantApps(neededSpace, maxInstalledCacheDuration, Long.MAX_VALUE); in pruneInstalledInstantApps()654 boolean pruneUninstalledInstantApps(long neededSpace, long maxUninstalledCacheDuration) { in pruneUninstalledInstantApps() argument656 return pruneInstantApps(neededSpace, Long.MAX_VALUE, maxUninstalledCacheDuration); in pruneUninstalledInstantApps()676 private boolean pruneInstantApps(long neededSpace, long maxInstalledCacheDuration, in pruneInstantApps() argument681 if (file.getUsableSpace() >= neededSpace) { in pruneInstantApps()772 if (file.getUsableSpace() >= neededSpace) { in pruneInstantApps()812 if (file.getUsableSpace() >= neededSpace) { in pruneInstantApps()