示例#1
0
 public virtual void readFromParcel(android.os.Parcel @in)
 {
     this.iconPackage        = @in.readString();
     this.iconId             = @in.readInt();
     this.iconLevel          = @in.readInt();
     this.visible            = @in.readInt() != 0;
     this.number             = @in.readInt();
     this.contentDescription = @in.readCharSequence();
 }