Searched refs:dest (Results 101 - 125 of 291) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java192 public void writeToParcel(Parcel dest, int flags) { argument
197 dest.writeString(authority);
198 dest.writeString(accountType);
199 dest.writeInt(userVisible ? 1 : 0);
200 dest.writeInt(supportsUploading ? 1 : 0);
201 dest.writeInt(isAlwaysSyncable ? 1 : 0);
202 dest.writeInt(allowParallelSyncs ? 1 : 0);
203 dest.writeString(settingsActivity);
/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java238 public void writeToParcel(Parcel dest, int parcelableFlags) { argument
239 dest.writeString(name);
240 dest.writeString(packageName);
241 dest.writeInt(labelRes);
242 TextUtils.writeToParcel(nonLocalizedLabel, dest, parcelableFlags);
243 dest.writeInt(icon);
244 dest.writeInt(logo);
245 dest.writeBundle(metaData);
/frameworks/base/core/java/android/text/style/
H A DAlignmentSpan.java45 public void writeToParcel(Parcel dest, int flags) { argument
46 dest.writeString(mAlignment.name());
H A DRelativeSizeSpan.java44 public void writeToParcel(Parcel dest, int flags) { argument
45 dest.writeFloat(mProportion);
H A DScaleXSpan.java44 public void writeToParcel(Parcel dest, int flags) { argument
45 dest.writeFloat(mProportion);
H A DStrikethroughSpan.java40 public void writeToParcel(Parcel dest, int flags) { argument
H A DUnderlineSpan.java40 public void writeToParcel(Parcel dest, int flags) { argument
H A DAbsoluteSizeSpan.java59 public void writeToParcel(Parcel dest, int flags) { argument
60 dest.writeInt(mSize);
61 dest.writeInt(mDip ? 1 : 0);
H A DLeadingMarginSpan.java128 public void writeToParcel(Parcel dest, int flags) { argument
129 dest.writeInt(mFirst);
130 dest.writeInt(mRest);
H A DSuggestionSpan.java238 public void writeToParcel(Parcel dest, int flags) { argument
239 dest.writeStringArray(mSuggestions);
240 dest.writeInt(mFlags);
241 dest.writeString(mLocaleString);
242 dest.writeString(mNotificationTargetClassName);
243 dest.writeInt(mHashCode);
244 dest.writeInt(mEasyCorrectUnderlineColor);
245 dest.writeFloat(mEasyCorrectUnderlineThickness);
246 dest.writeInt(mMisspelledUnderlineColor);
247 dest
[all...]
/frameworks/base/core/java/android/view/
H A DAbsSavedState.java70 public void writeToParcel(Parcel dest, int flags) { argument
71 dest.writeParcelable(mSuperState, flags);
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java117 public void writeToParcel(Parcel dest, int flags) { argument
118 dest.writeString(mDeviceAddress);
119 dest.writeString(mDeviceName);
120 dest.writeString(mDeviceAlias);
/frameworks/base/core/java/android/text/
H A DLoginFilter.java42 * range <code>dstart &hellip; dend</code> of <code>dest</code>
51 Spanned dest, int dstart, int dend) {
54 // Scan through beginning characters in dest, calling onInvalidCharacter()
57 char c = dest.charAt(i);
86 // Scan through remaining characters in dest, calling onInvalidCharacter()
88 for (int i = dend; i < dest.length(); i++) {
89 char c = dest.charAt(i);
50 filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) argument
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/
H A Dsample.rs25 void setSampleData(rs_allocation dest, rs_allocation source, rs_sampler sampler) {
26 destAlloc = dest;
/frameworks/base/tools/aapt/
H A DImages.h21 status_t preProcessImageToCache(const Bundle* bundle, const String8& source, const String8& dest);
/frameworks/base/tools/aapt/tests/
H A DMockCacheUpdater.h29 // Process an image from source out to dest
30 virtual void processImage(String8 source, String8 dest) { argument
/frameworks/base/core/java/android/accounts/
H A DAccount.java66 public void writeToParcel(Parcel dest, int flags) { argument
67 dest.writeString(name);
68 dest.writeString(type);
/frameworks/base/core/java/android/net/
H A DNetworkInfo.java421 public void writeToParcel(Parcel dest, int flags) { argument
423 dest.writeInt(mNetworkType);
424 dest.writeInt(mSubtype);
425 dest.writeString(mTypeName);
426 dest.writeString(mSubtypeName);
427 dest.writeString(mState.name());
428 dest.writeString(mDetailedState.name());
429 dest.writeInt(mIsFailover ? 1 : 0);
430 dest.writeInt(mIsAvailable ? 1 : 0);
431 dest
[all...]
/frameworks/base/core/java/android/os/
H A DParcelUuid.java128 public void writeToParcel(Parcel dest, int flags) { argument
129 dest.writeLong(mUuid.getMostSignificantBits());
130 dest.writeLong(mUuid.getLeastSignificantBits());
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsResult.java71 public void writeToParcel(Parcel dest, int flags) { argument
72 dest.writeString(status.name());
73 dest.writeString(pin);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java322 public void writeToParcel(Parcel dest, int flags) { argument
323 dest.writeString(deviceName);
324 dest.writeString(deviceAddress);
325 dest.writeString(primaryDeviceType);
326 dest.writeString(secondaryDeviceType);
327 dest.writeInt(wpsConfigMethodsSupported);
328 dest.writeInt(deviceCapability);
329 dest.writeInt(groupCapability);
330 dest.writeInt(status);
332 dest
[all...]
H A DWifiP2pConfig.java128 public void writeToParcel(Parcel dest, int flags) { argument
129 dest.writeString(deviceAddress);
130 dest.writeParcelable(wps, flags);
131 dest.writeInt(groupOwnerIntent);
132 dest.writeInt(netId);
H A DWifiP2pWfdInfo.java165 public void writeToParcel(Parcel dest, int flags) { argument
166 dest.writeInt(mWfdEnabled ? 1 : 0);
167 dest.writeInt(mDeviceInfo);
168 dest.writeInt(mCtrlPort);
169 dest.writeInt(mMaxThroughput);
/frameworks/base/core/java/android/text/method/
H A DDigitsKeyListener.java130 Spanned dest, int dstart, int dend) {
131 CharSequence out = super.filter(source, start, end, dest, dstart, dend);
145 int dlen = dest.length();
152 char c = dest.charAt(i);
161 char c = dest.charAt(i);
129 filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) argument
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbEtwsInfo.java91 * @param dest The Parcel in which the object should be written.
95 public void writeToParcel(Parcel dest, int flags) { argument
96 dest.writeInt(mWarningType);
97 dest.writeInt(mEmergencyUserAlert ? 1 : 0);
98 dest.writeInt(mActivatePopup ? 1 : 0);
99 dest.writeByteArray(mWarningSecurityInformation);

Completed in 253 milliseconds

1234567891011>>