Searched refs:contactUriJohn (Results 1 – 1 of 1) sorted by relevance
131 Uri contactUriJohn = Uri.parse("tel:" + phoneNumberJohn); in testReloadFromPreference() local133 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()