Searched refs:mPhoneUtils (Results 1 – 3 of 3) sorted by relevance
61 @Mock protected PhoneUtils mPhoneUtils; field in FakeFactory84 factory.mPhoneUtils = Mockito.mock(PhoneUtils.class); in registerWithFakeContext()88 Mockito.when(factory.mPhoneUtils.getCanonicalBySystemLocale(Matchers.anyString())) in registerWithFakeContext()97 Mockito.when(factory.mPhoneUtils.getCanonicalBySimLocale(Matchers.anyString())).thenAnswer( in registerWithFakeContext()106 Mockito.when(factory.mPhoneUtils.formatForDisplay(Matchers.anyString())).thenAnswer( in registerWithFakeContext()115 Mockito.when(factory.mPhoneUtils.toLMr1()).thenReturn( in registerWithFakeContext()213 return mPhoneUtils; in getPhoneUtils()
79 private TestTelecomCallLogCache mPhoneUtils; field in PhoneCallDetailsHelperTest88 mPhoneUtils = new TestTelecomCallLogCache(mContext, TEST_VOICEMAIL_NUMBER, in setUp()90 mHelper = new PhoneCallDetailsHelper(mContext, resources, mPhoneUtils); in setUp()469 mPhoneUtils.setAccountLabel(""); in setPhoneCallDetailsWithViaNumber()492 mPhoneUtils.setAccountLabel(""); in setDefaultPhoneCallDetailsNoViaNumber()
62 private PhoneUtils mPhoneUtils; field in FactoryImpl