Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
H A DBackgroundDexOptServiceIntegrationTests.java195 private void fillUpStorage(long bytesRemaining) throws IOException { in fillUpStorage() argument
196 Log.i(TAG, String.format("Filling up storage with %d bytes remaining", bytesRemaining)); in fillUpStorage()
198 long numBytesToAdd = getDataDirUsableSpace() - bytesRemaining; in fillUpStorage()