Searched refs:PROTO_EXTENSION (Results 1 – 2 of 2) sorted by relevance
26 static final String PROTO_EXTENSION = ".proto"; field in BaseAppSnapshotPersister112 return new File(getDirectory(userId), index + PROTO_EXTENSION); in getProtoFile()
132 if (!fileName.endsWith(PROTO_EXTENSION) && !fileName.endsWith(BITMAP_EXTENSION)) { in getTaskId()