Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
DEmergencyContactsPreferenceTest.java123 EmergencyContactManager.Contact contactJane = mock(EmergencyContactManager.Contact.class); in testReloadFromPreference() local
124 when(mContactFactory.getContact(any(), eq(contactUriJane))).thenReturn(contactJane); in testReloadFromPreference()
125 when(contactJane.getName()).thenReturn(nameJane); in testReloadFromPreference()
126 when(contactJane.getPhoneNumber()).thenReturn(phoneNumberJane); in testReloadFromPreference()
127 when(contactJane.getPhoneUri()).thenReturn(contactUriJane); in testReloadFromPreference()