Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DInstallLocationUtils.java310 final long allocateableBytes = storage.getAllocatableBytes(target, in fitsOnInternal() local
315 if (params.sizeBytes <= allocateableBytes) { in fitsOnInternal()
322 return params.sizeBytes <= allocateableBytes + cacheClearable; in fitsOnInternal()