Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeFactory.java62 @Mock protected PhoneUtils mPhoneUtils; field in FakeFactory
85 factory.mPhoneUtils = Mockito.mock(PhoneUtils.class); in registerWithFakeContext()
89 Mockito.when(factory.mPhoneUtils.getCanonicalBySystemLocale(Matchers.anyString())) in registerWithFakeContext()
98 Mockito.when(factory.mPhoneUtils.getCanonicalBySimLocale(Matchers.anyString())).thenAnswer( in registerWithFakeContext()
107 Mockito.when(factory.mPhoneUtils.formatForDisplay(Matchers.anyString())).thenAnswer( in registerWithFakeContext()
116 Mockito.when(factory.mPhoneUtils.toLMr1()).thenReturn( in registerWithFakeContext()
215 return mPhoneUtils; in getPhoneUtils()
/packages/apps/Messaging/src/com/android/messaging/
DFactoryImpl.java62 private PhoneUtils mPhoneUtils; field in FactoryImpl