Searched refs:mContactsQueryUri (Results 1 – 1 of 1) sorted by relevance
70 private Uri mContactsQueryUri = RawContacts.CONTENT_URI; field in RawContactDelta373 builder.append(mContactsQueryUri); in toString()412 .newAssertQuery(mContactsQueryUri); in buildAssert()443 builder = mValues.buildDiff(mContactsQueryUri); in buildDiff()453 if (mContactsQueryUri.equals(Profile.CONTENT_RAW_CONTACTS_URI)) { in buildDiff()487 builder = ContentProviderOperation.newUpdate(mContactsQueryUri); in buildDiff()500 Builder builder = ContentProviderOperation.newUpdate(mContactsQueryUri); in buildSetAggregationMode()517 dest.writeParcelable(mContactsQueryUri, flags); in writeToParcel()529 mContactsQueryUri = source.<Uri> readParcelable(loader); in readFromParcel()540 mContactsQueryUri = Profile.CONTENT_RAW_CONTACTS_URI; in setProfileQueryUri()