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.java61 @Mock protected PhoneUtils mPhoneUtils; field in FakeFactory
84 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()
/packages/apps/Messaging/src/com/android/messaging/
DFactoryImpl.java62 private PhoneUtils mPhoneUtils; field in FactoryImpl