Ejemplo n.º 1
0
 public void writeToParcel(Parcel out, int flags) {
   out.writeString(path);
   out.writeInt(parentIsBack ? 1 : 0);
 }