Lines Matching defs:out
656 public void writeToParcel(Parcel out, int flags) {
658 out.writeInt(0);
660 out.writeInt(1);
661 mAccountHandle.writeToParcel(out, flags);
664 out.writeInt(0);
666 out.writeInt(1);
667 mAddress.writeToParcel(out, flags);
670 out.writeInt(0);
672 out.writeInt(1);
673 mSubscriptionAddress.writeToParcel(out, flags);
675 out.writeInt(mCapabilities);
676 out.writeInt(mHighlightColor);
677 out.writeCharSequence(mLabel);
678 out.writeCharSequence(mShortDescription);
679 out.writeStringList(mSupportedUriSchemes);
682 out.writeInt(0);
684 out.writeInt(1);
685 mIcon.writeToParcel(out, flags);
687 out.writeByte((byte) (mIsEnabled ? 1 : 0));
688 out.writeBundle(mExtras);
689 out.writeString(mGroupId);