Searched refs:contactUriJane (Results 1 – 1 of 1) sorted by relevance
122 Uri contactUriJane = Uri.parse("tel:" + phoneNumberJane); in testReloadFromPreference() local124 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()