Searched refs:getPhoneUri (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyPhoneNumberPickerFragment.java35 protected Uri getPhoneUri(int position) { method in class:LegacyPhoneNumberPickerFragment
37 return adapter.getPhoneUri(position);
H A DLegacyPhoneNumberListAdapter.java70 public Uri getPhoneUri(int position) { method in class:LegacyPhoneNumberListAdapter
H A DPhoneNumberPickerFragment.java154 final Uri phoneUri = getPhoneUri(position);
180 protected Uri getPhoneUri(int position) { method in class:PhoneNumberPickerFragment
/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
H A DEmergencyContactsPreferenceTest.java105 when(contact.getPhoneUri()).thenReturn(uri);
113 assertThat(contactPreference.getPhoneUri()).isEqualTo(uri);
132 when(contactJane.getPhoneUri()).thenReturn(contactUriJane);
141 when(contactJohn.getPhoneUri()).thenReturn(contactUriJohn);
168 assertThat(contactPreference.getPhoneUri()).isEqualTo(contactUriJohn);
H A DContactPreferencesTest.java81 when(mContact.getPhoneUri()).thenReturn(mPhoneUri);
90 assertThat(mPreference.getPhoneUri()).isEqualTo(mPhoneUri);
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
H A DContactPreference.java122 if (mContact != null && !phoneUri.equals(mContact.getPhoneUri()) &&
129 setKey(mContact.getPhoneUri().toString());
204 public Uri getPhoneUri() { method in class:ContactPreference
205 return mContact.getPhoneUri();
H A DEmergencyContactsPreference.java124 Uri phoneUriToRemove = contactPreference.getPhoneUri();
/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencyContactManager.java164 public Uri getPhoneUri() { method in class:EmergencyContactManager.Contact

Completed in 141 milliseconds