Home
last modified time | relevance | path

Searched refs:contactUriJohn (Results 1 – 1 of 1) sorted by relevance

/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
DEmergencyContactsPreferenceTest.java131 Uri contactUriJohn = Uri.parse("tel:" + phoneNumberJohn); in testReloadFromPreference() local
133 when(mContactFactory.getContact(any(), eq(contactUriJohn))).thenReturn(contactJohn); in testReloadFromPreference()
136 when(contactJohn.getPhoneUri()).thenReturn(contactUriJohn); in testReloadFromPreference()
140 emergencyContacts.add(contactUriJohn); in testReloadFromPreference()
153 when(mContactValidator.isValidEmergencyContact(any(), eq(contactUriJohn))).thenReturn(true); in testReloadFromPreference()
163 assertThat(contactPreference.getPhoneUri()).isEqualTo(contactUriJohn); in testReloadFromPreference()