Lines Matching refs:from

216         private Result(Result from) {
217 mStatus = from.mStatus;
218 mException = from.mException;
219 mRequestedUri = from.mRequestedUri;
220 mLookupUri = from.mLookupUri;
221 mUri = from.mUri;
222 mDirectoryId = from.mDirectoryId;
223 mLookupKey = from.mLookupKey;
224 mId = from.mId;
225 mNameRawContactId = from.mNameRawContactId;
226 mDisplayNameSource = from.mDisplayNameSource;
227 mPhotoId = from.mPhotoId;
228 mPhotoUri = from.mPhotoUri;
229 mDisplayName = from.mDisplayName;
230 mAltDisplayName = from.mAltDisplayName;
231 mPhoneticName = from.mPhoneticName;
232 mStarred = from.mStarred;
233 mPresence = from.mPresence;
234 mEntities = from.mEntities;
235 mStreamItems = from.mStreamItems;
236 mStatuses = from.mStatuses;
237 mInvitableAccountTypes = from.mInvitableAccountTypes;
239 mDirectoryDisplayName = from.mDirectoryDisplayName;
240 mDirectoryType = from.mDirectoryType;
241 mDirectoryAccountType = from.mDirectoryAccountType;
242 mDirectoryAccountName = from.mDirectoryAccountName;
243 mDirectoryExportSupport = from.mDirectoryExportSupport;
245 mGroups = from.mGroups;
247 mLoadingPhoto = from.mLoadingPhoto;
248 mPhotoBinaryData = from.mPhotoBinaryData;
249 mSendToVoicemail = from.mSendToVoicemail;
250 mCustomRingtone = from.mCustomRingtone;
251 mIsUserProfile = from.mIsUserProfile;
434 "Cannot extract content values from an aggregated contact");
788 // If we couldn't load from a file, fall back to the data blob.
838 * Extracts Contact level columns from the cursor.
878 * Extracts RawContact level columns from the cursor.
905 * Extracts Data level columns from the cursor.