Searched refs:mPhoneUri (Results 1 – 2 of 2) sorted by relevance
49 private Uri mPhoneUri; field in ContactPreferenceTest56 mPhoneUri = ContactTestUtils.createContact(contentResolver, NAME, PHONE_NUMBER); in setUp()60 when(mContact.getPhoneUri()).thenReturn(mPhoneUri); in setUp()62 when(mContact.getContactLookupUri()).thenReturn(mPhoneUri); in setUp()65 mPreference = new ContactPreference(activity, mPhoneUri, mContactFactory); in setUp()70 assertThat(mPreference.getPhoneUri()).isEqualTo(mPhoneUri); in testContactPreference()86 final Intent expected = new Intent(Intent.ACTION_VIEW).setData(mPhoneUri); in testDisplayContact()
129 private final Uri mPhoneUri; field in EmergencyContactManager.Contact147 mPhoneUri = phoneUri; in Contact()165 return mPhoneUri; in getPhoneUri()