Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DStorageManager.java173 private synchronized void findSpace(File root, long targetBytes, int destination) in findSpace() argument
175 if (targetBytes == 0) { in findSpace()
222 if (bytesAvailable < targetBytes) { in findSpace()
229 if (bytesAvailable < targetBytes) { in findSpace()
304 private long discardPurgeableFiles(int destination, long targetBytes) { in discardPurgeableFiles() argument
307 ", targetBytes = " + targetBytes); in discardPurgeableFiles()
327 while (cursor.moveToNext() && totalFreed < targetBytes) { in discardPurgeableFiles()
348 targetBytes + " requested"); in discardPurgeableFiles()