Searched refs:PROTO_EXTENSION (Results 1 – 1 of 1) sorted by relevance
61 private static final String PROTO_EXTENSION = ".proto"; field in TaskSnapshotPersister203 return new File(getDirectory(userId), taskId + PROTO_EXTENSION); in getProtoFile()461 if (!fileName.endsWith(PROTO_EXTENSION) && !fileName.endsWith(BITMAP_EXTENSION)) { in getTaskId()