Home | History | Annotate | Download | only in server

Lines Matching defs:Archive

272     private static class Archive {
276 public Archive() {
282 sb.append("Archive (");
294 // We don't want to store the heavy bits of the notification in the archive,
350 if (count == 0) count = Archive.BUFFER_SIZE;
362 if (count == 0) count = Archive.BUFFER_SIZE;
375 Archive mArchive = new Archive();