Searched defs:dest (Results 1 - 25 of 54) sorted by path

123

/packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
H A DDialogSmsDisplayTests.java276 public void sendOnNewIntent(String message, String dest, int notificationId) { argument
281 di.putExtra(DialogSmsDisplay.SMS_FROM_ADDRESS_EXTRA, dest);
287 assertEquals(dest, dialogSmsDisplayActivity.mFromAddress);
/packages/apps/Browser/src/com/android/browser/preferences/
H A DWebsiteSettingsFragment.java166 public void writeToParcel(Parcel dest, int flags) { argument
167 dest.writeString(mOrigin);
168 dest.writeString(mTitle);
169 dest.writeInt(mFeatures);
170 dest.writeParcelable(mIcon, flags);
/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java180 public final void copyTo(Event dest) { argument
181 dest.id = id;
182 dest.title = title;
183 dest.color = color;
184 dest.location = location;
185 dest.allDay = allDay;
186 dest.startDay = startDay;
187 dest.endDay = endDay;
188 dest.startTime = startTime;
189 dest
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.h122 #define dest(a) orig(sym(a)) macro
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) argument
46 d_bottom=dest+first;
47 d_top=dest+last;
55 *first_equal=d_bottom-dest;
56 *last_equal=d_top-dest;
69 double *dest; local
74 dest=tempA;
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
93 dest=tempA;
/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DDatePicker.java351 public void writeToParcel(Parcel dest, int flags) { argument
352 super.writeToParcel(dest, flags);
353 dest.writeInt(mYear);
354 dest.writeInt(mMonth);
355 dest.writeInt(mDay);
356 dest.writeInt(mHasYear ? 1 : 0);
357 dest.writeInt(mYearOptional ? 1 : 0);
/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DUnicodeDialerKeyListener.java33 Spanned dest, int dstart, int dend) {
38 CharSequence result = super.filter(converted, start, end, dest, dstart, dend);
32 filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) argument
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DViewIdGenerator.java109 public void writeToParcel(Parcel dest, int flags) { argument
110 dest.writeInt(mNextId);
111 dest.writeBundle(mIdMap);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java899 public void writeToParcel(Parcel dest, int flags) { argument
900 dest.writeLong(mRawContactId);
901 dest.writeLong(mContactId);
902 dest.writeParcelable(mLookupUri, flags);
903 dest.writeString(mDisplayName);
904 dest.writeParcelable(mPhotoUri, flags);
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DPhoneNumberInteraction.java112 public void writeToParcel(Parcel dest, int flags) { argument
113 dest.writeLong(id);
114 dest.writeString(phoneNumber);
115 dest.writeString(accountType);
116 dest.writeString(dataSet);
117 dest.writeLong(type);
118 dest.writeString(label);
119 dest.writeString(mimeType);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilter.java207 public void writeToParcel(Parcel dest, int flags) { argument
208 dest.writeInt(filterType);
209 dest.writeString(accountName);
210 dest.writeString(accountType);
211 dest.writeString(dataSet);
H A DContactsRequest.java145 public void writeToParcel(Parcel dest, int flags) { argument
146 dest.writeInt(mValid ? 1 : 0);
147 dest.writeInt(mActionCode);
148 dest.writeParcelable(mRedirectIntent, 0);
149 dest.writeCharSequence(mTitle);
150 dest.writeInt(mSearchMode ? 1 : 0);
151 dest.writeString(mQueryString);
152 dest.writeInt(mIncludeProfile ? 1 : 0);
153 dest.writeInt(mLegacyCompatibilityMode ? 1 : 0);
154 dest
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDelta.java520 public void writeToParcel(Parcel dest, int flags) { argument
522 dest.writeInt(size);
523 dest.writeParcelable(mValues, flags);
524 dest.writeParcelable(mContactsQueryUri, flags);
527 dest.writeParcelable(child, flags);
965 public void writeToParcel(Parcel dest, int flags) { argument
966 dest.writeParcelable(mBefore, flags);
967 dest.writeParcelable(mAfter, flags);
968 dest.writeString(mIdColumn);
H A DRawContactDeltaList.java410 public void writeToParcel(Parcel dest, int flags) { argument
412 dest.writeInt(size);
414 dest.writeParcelable(delta, flags);
416 dest.writeLongArray(mJoinWithRawContactIds);
417 dest.writeInt(mSplitRawContacts ? 1 : 0);
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountWithDataSet.java69 public void writeToParcel(Parcel dest, int flags) { argument
70 super.writeToParcel(dest, flags);
71 dest.writeString(dataSet);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimePicker.java540 public void writeToParcel(Parcel dest, int flags) { argument
541 super.writeToParcel(dest, flags);
542 dest.writeInt(mInputPointer);
543 dest.writeIntArray(mInput);
544 dest.writeInt(mAmPmState);
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerObj.java146 public void writeToParcel(Parcel dest, int flags) { argument
147 dest.writeInt(mTimerId);
148 dest.writeLong(mStartTime);
149 dest.writeLong(mTimeLeft);
150 dest.writeLong(mOriginalLength);
151 dest.writeLong(mSetupLength);
152 dest.writeInt(mState);
153 dest.writeString(mLabel);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java886 public void writeToParcel(Parcel dest, int flags) { argument
888 dest.writeLong(mId);
889 dest.writeString(mDisplayName);
890 dest.writeString(mEmailAddress);
891 dest.writeString(mSyncKey);
892 dest.writeInt(mSyncLookback);
893 dest.writeInt(mSyncInterval);
894 dest.writeLong(mHostAuthKeyRecv);
895 dest.writeLong(mHostAuthKeySend);
896 dest
[all...]
H A DEmailContent.java1327 public void writeToParcel(Parcel dest, int flags) { argument
1329 dest.writeLong(mId);
1330 dest.writeString(mFileName);
1331 dest.writeString(mMimeType);
1332 dest.writeLong(mSize);
1333 dest.writeString(mContentId);
1334 dest.writeString(mContentUri);
1335 dest.writeLong(mMessageKey);
1336 dest.writeString(mLocation);
1337 dest
[all...]
H A DHostAuth.java335 public void writeToParcel(Parcel dest, int flags) { argument
337 dest.writeLong(mId);
338 dest.writeString(mProtocol);
339 dest.writeString(mAddress);
340 dest.writeInt(mPort);
341 dest.writeInt(mFlags);
342 dest.writeString(mLogin);
343 dest.writeString(mPassword);
344 dest.writeString(mDomain);
345 dest
[all...]
H A DMailbox.java603 public void writeToParcel(Parcel dest, int flags) { argument
604 dest.writeParcelable(mBaseUri, flags);
605 dest.writeLong(mId);
606 dest.writeString(mDisplayName);
607 dest.writeString(mServerId);
608 dest.writeString(mParentServerId);
609 dest.writeLong(mParentKey);
610 dest.writeLong(mAccountKey);
611 dest.writeInt(mType);
612 dest
[all...]
H A DPolicy.java457 public void writeToParcel(Parcel dest, int flags) { argument
459 dest.writeLong(mId);
460 dest.writeInt(mPasswordMode);
461 dest.writeInt(mPasswordMinLength);
462 dest.writeInt(mPasswordMaxFails);
463 dest.writeInt(mPasswordHistory);
464 dest.writeInt(mPasswordExpirationDays);
465 dest.writeInt(mPasswordComplexChars);
466 dest.writeInt(mMaxScreenLockTime);
467 dest
[all...]
H A DQuickResponse.java194 public void writeToParcel(Parcel dest, int flags) { argument
196 dest.writeLong(mId);
197 dest.writeString(mText);
198 dest.writeLong(mAccountKey);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DSearchParams.java119 public void writeToParcel(Parcel dest, int flags) { argument
120 dest.writeLong(mMailboxId);
121 dest.writeInt(mIncludeChildren ? 1 : 0);
122 dest.writeString(mFilter);
123 dest.writeInt(mLimit);
124 dest.writeInt(mOffset);
/packages/apps/Email/src/com/android/email/
H A DMessageListContext.java169 public void writeToParcel(Parcel dest, int flags) { argument
170 dest.writeLong(mAccountId);
171 dest.writeLong(mMailboxId);
172 dest.writeParcelable(mSearchParams, flags);

Completed in 393 milliseconds

123