Searched refs:lowResFile (Results 1 – 1 of 1) sorted by relevance
376 final File lowResFile = mPersistInfoProvider.getLowResolutionBitmapFile(mId, mUserId); in writeBuffer() local378 FileOutputStream lowResFos = new FileOutputStream(lowResFile); in writeBuffer()382 Slog.e(TAG, "Unable to open " + lowResFile + " for persisting.", e); in writeBuffer()