Searched defs:dest (Results 126 - 150 of 293) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/content/res/
H A DColorStateList.java303 public void writeToParcel(Parcel dest, int flags) { argument
305 dest.writeInt(N);
307 dest.writeIntArray(mStateSpecs[i]);
309 dest.writeIntArray(mColors);
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java162 public void writeToParcel(Parcel dest, int flags) { argument
163 dest.writeString(mDeviceAddress);
164 dest.writeString(mDeviceName);
165 dest.writeString(mDeviceAlias);
166 dest.writeInt(mIsAvailable ? 1 : 0);
167 dest.writeInt(mCanConnect ? 1 : 0);
168 dest.writeInt(mIsRemembered ? 1 : 0);
H A DWifiDisplayStatus.java170 public void writeToParcel(Parcel dest, int flags) { argument
171 dest.writeInt(mFeatureState);
172 dest.writeInt(mScanState);
173 dest.writeInt(mActiveDisplayState);
176 dest.writeInt(1);
177 mActiveDisplay.writeToParcel(dest, flags);
179 dest.writeInt(0);
182 dest.writeInt(mDisplays.length);
184 display.writeToParcel(dest, flags);
187 mSessionInfo.writeToParcel(dest, flag
[all...]
/frameworks/base/core/java/android/net/
H A DDhcpResults.java143 public void writeToParcel(Parcel dest, int flags) { argument
144 linkProperties.writeToParcel(dest, flags);
146 dest.writeInt(leaseDuration);
149 dest.writeByte((byte)1);
150 dest.writeByteArray(serverAddress.getAddress());
152 dest.writeByte((byte)0);
155 dest.writeString(vendorInfo);
H A DInterfaceConfiguration.java125 public void writeToParcel(Parcel dest, int flags) { argument
126 dest.writeString(mHwAddr);
128 dest.writeByte((byte)1);
129 dest.writeParcelable(mAddr, flags);
131 dest.writeByte((byte)0);
133 dest.writeInt(mFlags.size());
135 dest.writeString(flag);
H A DNetworkPolicy.java84 public void writeToParcel(Parcel dest, int flags) { argument
85 dest.writeParcelable(template, flags);
86 dest.writeInt(cycleDay);
87 dest.writeString(cycleTimezone);
88 dest.writeLong(warningBytes);
89 dest.writeLong(limitBytes);
90 dest.writeLong(lastWarningSnooze);
91 dest.writeLong(lastLimitSnooze);
92 dest.writeInt(metered ? 1 : 0);
93 dest
[all...]
H A DProxyProperties.java229 public void writeToParcel(Parcel dest, int flags) { argument
231 dest.writeByte((byte)1);
232 dest.writeString(mPacFileUrl);
233 dest.writeInt(mPort);
236 dest.writeByte((byte)0);
239 dest.writeByte((byte)1);
240 dest.writeString(mHost);
241 dest.writeInt(mPort);
243 dest.writeByte((byte)0);
245 dest
[all...]
H A DRouteInfo.java192 public void writeToParcel(Parcel dest, int flags) { argument
194 dest.writeByte((byte) 0);
196 dest.writeByte((byte) 1);
197 dest.writeByteArray(mDestination.getAddress().getAddress());
198 dest.writeInt(mDestination.getNetworkPrefixLength());
202 dest.writeByte((byte) 0);
204 dest.writeByte((byte) 1);
205 dest.writeByteArray(mGateway.getAddress());
208 dest.writeString(mInterface);
269 LinkAddress dest
300 selectBestRoute(Collection<RouteInfo> routes, InetAddress dest) argument
[all...]
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java308 public void writeToParcel(Parcel dest, int flags) { argument
309 dest.writeByteArray(mData);
H A DNsdServiceInfo.java117 public void writeToParcel(Parcel dest, int flags) { argument
118 dest.writeString(mServiceName);
119 dest.writeString(mServiceType);
120 dest.writeParcelable(mTxtRecord, flags);
122 dest.writeByte((byte)1);
123 dest.writeByteArray(mHost.getAddress());
125 dest.writeByte((byte)0);
127 dest.writeInt(mPort);
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java213 public void writeToParcel(Parcel dest, int flags) { argument
214 super.writeToParcel(dest, flags);
215 dest.writeString(text);
H A DPreferenceScreen.java263 public void writeToParcel(Parcel dest, int flags) { argument
264 super.writeToParcel(dest, flags);
265 dest.writeInt(isDialogShowing ? 1 : 0);
266 dest.writeBundle(dialogBundle);
/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java105 public void getChars(int start, int end, char[] dest, int off) { argument
106 TextUtils.getChars(mSource, start, end, dest, off);
112 System.arraycopy(mChars, start - mStart, dest, off, end - start);
/frameworks/base/core/java/android/text/method/
H A DReplacementTransformationMethod.java150 public void getChars(int start, int end, char[] dest, int off) { argument
151 TextUtils.getChars(mSource, start, end, dest, off);
156 char c = dest[i];
160 dest[i] = mReplacement[j];
/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java70 public void writeToParcel(Parcel dest, int flags) { argument
71 dest.writeInt(mGapWidth);
72 dest.writeInt(mWantColor ? 1 : 0);
73 dest.writeInt(mColor);
H A DLeadingMarginSpan.java128 public void writeToParcel(Parcel dest, int flags) { argument
129 dest.writeInt(mFirst);
130 dest.writeInt(mRest);
H A DQuoteSpan.java54 public void writeToParcel(Parcel dest, int flags) { argument
55 dest.writeInt(mColor);
H A DTextAppearanceSpan.java146 public void writeToParcel(Parcel dest, int flags) { argument
147 dest.writeString(mTypeface);
148 dest.writeInt(mStyle);
149 dest.writeInt(mTextSize);
151 dest.writeInt(1);
152 mTextColor.writeToParcel(dest, flags);
154 dest.writeInt(0);
157 dest.writeInt(1);
158 mTextColorLink.writeToParcel(dest, flags);
160 dest
[all...]
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java173 * @param dest The {@link Parcel} to be written.
177 public void writeToParcel(Parcel dest, int flags) { argument
178 dest.writeInt(mLabel);
179 dest.writeString(mId);
180 dest.writeString(mSettingsActivityName);
181 mService.writeToParcel(dest, flags);
182 dest.writeTypedList(mSubtypes);
H A DSuggestionsInfo.java95 * @param dest The {@link Parcel} to be written.
99 public void writeToParcel(Parcel dest, int flags) { argument
100 dest.writeInt(mSuggestionsAttributes);
101 dest.writeStringArray(mSuggestions);
102 dest.writeInt(mCookie);
103 dest.writeInt(mSequence);
104 dest.writeInt(mSuggestionsAvailable ? 1 : 0);
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java130 public void writeToParcel(Parcel dest, int flags) { argument
131 super.writeToParcel(dest, flags);
132 dest.writeInt(wasPositiveResult ? 1 : 0);
/frameworks/base/media/java/android/media/
H A DRating.java94 public void writeToParcel(Parcel dest, int flags) { argument
95 dest.writeInt(mRatingStyle);
96 dest.writeFloat(mRatingValue);
H A DRemoteDisplayState.java72 public void writeToParcel(Parcel dest, int flags) { argument
73 dest.writeTypedList(displays);
151 public void writeToParcel(Parcel dest, int flags) { argument
152 dest.writeString(id);
153 dest.writeString(name);
154 dest.writeString(description);
155 dest.writeInt(status);
156 dest.writeInt(volume);
157 dest.writeInt(volumeMax);
158 dest
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java184 public void writeToParcel(Parcel dest, int flags) { argument
186 dest.writeInt(mNetworkId);
187 dest.writeInt(mSystemId);
188 dest.writeInt(mBasestationId);
189 dest.writeInt(mLongitude);
190 dest.writeInt(mLatitude);
H A DCellIdentityGsm.java157 public void writeToParcel(Parcel dest, int flags) { argument
159 dest.writeInt(mMcc);
160 dest.writeInt(mMnc);
161 dest.writeInt(mLac);
162 dest.writeInt(mCid);

Completed in 303 milliseconds

1234567891011>>