Home | History | Annotate | Download | only in pm

Lines Matching defs:dest

99     public void writeToParcel(Parcel dest, int parcelableFlags) {
100 dest.writeString(packageName);
101 dest.writeStringArray(splitNames);
102 dest.writeInt(versionCode);
103 dest.writeInt(versionCodeMajor);
104 dest.writeInt(baseRevisionCode);
105 dest.writeIntArray(splitRevisionCodes);
106 dest.writeInt(recommendedInstallLocation);
107 dest.writeInt(installLocation);
108 dest.writeInt(multiArch ? 1 : 0);
111 dest.writeInt(0);
113 dest.writeInt(verifiers.length);
114 dest.writeTypedArray(verifiers, parcelableFlags);