Exemplo n.º 1
0
 public override void writeToParcel(Parcel dest, int flags)
 {
     dest.writeString(mConnectionString);
     dest.writeByte(toByte(mLazyAreaLocationReport));
     dest.writeByte(toByte(mRealtimeLocationReport));
     dest.writeByte(toByte(mFineRealtimeLocationReport));
     dest.writeByte(toByte(mBackgroundRealtimeLocationReport));
 }
Exemplo n.º 2
0
 public virtual void writeToParcel(android.os.Parcel dest, int flags)
 {
     dest.writeString(pArtistName);
     string[] mbids = Sharpen.Collections.ToArray(pMBIDs, new string[pMBIDs.Count]);
     dest.writeStringArray(mbids);
     dest.writeByte(mImageFetching ? unchecked ((byte)1) : unchecked ((byte)0));
 }
Exemplo n.º 3
0
 public virtual void writeToParcel(android.os.Parcel dest, int flags)
 {
     dest.writeString(mName);
     dest.writeString(mMBID);
     dest.writeString(mArtistName);
     dest.writeByte(unchecked ((byte)(mImageFetching ? 1 : 0)));
     dest.writeSerializable(mDate);
 }