Home | History | Annotate | Download | only in pm

Lines Matching defs:sizeBytes

884         public long sizeBytes = -1;
922 sizeBytes = source.readLong();
952 public void setSize(long sizeBytes) {
953 this.sizeBytes = sizeBytes;
1074 pw.printPair("sizeBytes", sizeBytes);
1097 dest.writeLong(sizeBytes);
1144 public long sizeBytes;
1166 sizeBytes = source.readLong();
1284 dest.writeLong(sizeBytes);