Home | History | Annotate | Download | only in server

Lines Matching defs:Archive

277     private static class Archive {
281 public Archive() {
287 sb.append("Archive (");
299 // We don't want to store the heavy bits of the notification in the archive,
355 if (count == 0) count = Archive.BUFFER_SIZE;
367 if (count == 0) count = Archive.BUFFER_SIZE;
380 Archive mArchive = new Archive();