Searched refs:bytesRemaining (Results 1 – 1 of 1) sorted by relevance
195 private void fillUpStorage(long bytesRemaining) throws IOException { in fillUpStorage() argument196 Log.i(TAG, String.format("Filling up storage with %d bytes remaining", bytesRemaining)); in fillUpStorage()198 long numBytesToAdd = getDataDirUsableSpace() - bytesRemaining; in fillUpStorage()