Searched refs:BITMAP_EXTENSION (Results 1 – 1 of 1) sorted by relevance
58 private static final String BITMAP_EXTENSION = ".jpg"; field in TaskSnapshotPersister190 return new File(getDirectory(userId), taskId + BITMAP_EXTENSION); in getBitmapFile()194 return new File(getDirectory(userId), taskId + REDUCED_POSTFIX + BITMAP_EXTENSION); in getReducedResolutionBitmapFile()430 if (!fileName.endsWith(PROTO_EXTENSION) && !fileName.endsWith(BITMAP_EXTENSION)) { in getTaskId()