Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
DEmergencyContactsPreferenceTest.java122 Uri contactUriJane = Uri.parse("tel:" + phoneNumberJane); in testReloadFromPreference() local
124 when(mContactFactory.getContact(any(), eq(contactUriJane))).thenReturn(contactJane); in testReloadFromPreference()
127 when(contactJane.getPhoneUri()).thenReturn(contactUriJane); in testReloadFromPreference()
139 emergencyContacts.add(contactUriJane); in testReloadFromPreference()
151 when(mContactValidator.isValidEmergencyContact(any(), eq(contactUriJane))) in testReloadFromPreference()