Home | History | Annotate | Download | only in procstats

Lines Matching defs:MAGIC

159     // In-memory Parcel magic number, used to detect attempts to unmarshall bad data
160 private static final int MAGIC = 0x50535454;
708 out.writeInt(MAGIC);
894 if (!readCheckedInt(in, MAGIC, "magic number")) {