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