Home | History | Annotate | Download | only in dashboard

Lines Matching refs:dest

132     public void writeToParcel(Parcel dest, int flags) {
133 dest.writeLong(id);
134 dest.writeInt(titleRes);
135 TextUtils.writeToParcel(title, dest, flags);
136 dest.writeInt(summaryRes);
137 TextUtils.writeToParcel(summary, dest, flags);
138 dest.writeInt(iconRes);
139 dest.writeString(fragment);
140 dest.writeBundle(fragmentArguments);
142 dest.writeInt(1);
143 intent.writeToParcel(dest, flags);
145 dest.writeInt(0);
147 dest.writeBundle(extras);