OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPhoneUtils
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/tests/src/com/android/messaging/
FakeFactory.java
61
@Mock protected PhoneUtils
mPhoneUtils
;
84
factory.
mPhoneUtils
= Mockito.mock(PhoneUtils.class);
88
Mockito.when(factory.
mPhoneUtils
.getCanonicalBySystemLocale(Matchers.anyString()))
97
Mockito.when(factory.
mPhoneUtils
.getCanonicalBySimLocale(Matchers.anyString())).thenAnswer(
106
Mockito.when(factory.
mPhoneUtils
.formatForDisplay(Matchers.anyString())).thenAnswer(
115
Mockito.when(factory.
mPhoneUtils
.toLMr1()).thenReturn(
213
return
mPhoneUtils
;
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
PhoneCallDetailsHelperTest.java
79
private TestTelecomCallLogCache
mPhoneUtils
;
88
mPhoneUtils
= new TestTelecomCallLogCache(mContext, TEST_VOICEMAIL_NUMBER,
90
mHelper = new PhoneCallDetailsHelper(mContext, resources,
mPhoneUtils
);
469
mPhoneUtils
.setAccountLabel("");
492
mPhoneUtils
.setAccountLabel("");
/packages/apps/Messaging/src/com/android/messaging/
FactoryImpl.java
62
private PhoneUtils
mPhoneUtils
;
Completed in 89 milliseconds