Searched refs:mRawContact (Results 1 – 1 of 1) sorted by relevance
289 private final TestRawContact mRawContact; field in ContactsContract_TestDataBuilder.NestedTestContact292 mRawContact = rawContact; in NestedTestContact()297 return mRawContact.getContactId(); in getId()302 return with(Contacts._ID, mRawContact.getContactId()).loadUsingValues(); in load()315 private final TestRawContact mRawContact; field in ContactsContract_TestDataBuilder.TestData318 this.mRawContact = rawContact; in TestData()329 mValues.put(Data.RAW_CONTACT_ID, mRawContact.getId()); in insert()342 return mRawContact; in getRawContact()