Home
last modified time | relevance | path

Searched refs:PARCELABLE_ELIDE_DUPLICATES (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DParcelable.java64 PARCELABLE_ELIDE_DUPLICATES,
87 public static final int PARCELABLE_ELIDE_DUPLICATES = 0x0002; field
/frameworks/base/core/java/android/widget/
DRemoteViews.java3734 if (!mIsRoot && (flags & PARCELABLE_ELIDE_DUPLICATES) != 0) {
3752 mPortrait.writeToParcel(dest, flags | PARCELABLE_ELIDE_DUPLICATES);
3769 ? PARCELABLE_ELIDE_DUPLICATES : 0);
/frameworks/base/core/java/android/content/pm/
DPackageParser.java8085 dest.writeParcelable(info, flags | Parcelable.PARCELABLE_ELIDE_DUPLICATES); in writeToParcel()
8181 dest.writeParcelable(info, flags | Parcelable.PARCELABLE_ELIDE_DUPLICATES); in writeToParcel()
8270 dest.writeParcelable(info, flags | Parcelable.PARCELABLE_ELIDE_DUPLICATES); in writeToParcel()