Searched refs:BITMAP_EXTENSION (Results 1 – 2 of 2) sorted by relevance
27 static final String BITMAP_EXTENSION = ".jpg"; field in BaseAppSnapshotPersister116 return new File(getDirectory(userId), index + LOW_RES_FILE_POSTFIX + BITMAP_EXTENSION); in getLowResolutionBitmapFile()120 return new File(getDirectory(userId), index + BITMAP_EXTENSION); in getHighResolutionBitmapFile()
148 if (!fileName.endsWith(PROTO_EXTENSION) && !fileName.endsWith(BITMAP_EXTENSION)) { in getTaskId()