Searched defs:mTelephonyManagerProxy (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConnectionServiceTest.java72 @Mock TelephonyConnectionService.TelephonyManagerProxy mTelephonyManagerProxy; field in class:TelephonyConnectionServiceTest
83 mTestConnectionService.setTelephonyManagerProxy(mTelephonyManagerProxy);
825 when(mTelephonyManagerProxy.getPhoneCount()).thenReturn(2);
840 when(mTelephonyManagerProxy.hasIccCard(slotId)).thenReturn(isInserted);
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java189 private TelephonyManagerProxy mTelephonyManagerProxy = new TelephonyManagerProxy() { field in class:TelephonyConnectionService
234 mTelephonyManagerProxy = proxy;
1207 int phoneCount = mTelephonyManagerProxy.getPhoneCount();
1235 if (firstPhoneWithSim == null && mTelephonyManagerProxy.hasIccCard(i)) {

Completed in 312 milliseconds