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