Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java121 @Mock TelephonyConnectionService.SubscriptionManagerProxy mSubscriptionManagerProxy; field in TelephonyConnectionServiceTest
164 mTestConnectionService.setSubscriptionManagerProxy(mSubscriptionManagerProxy); in setUp()
1345 when(mSubscriptionManagerProxy.getPhoneId(0)).thenReturn(0); in setupForCallTest()
1349 when(mSubscriptionManagerProxy.getPhoneId(1)).thenReturn(1); in setupForCallTest()
1456 when(mSubscriptionManagerProxy.getPhoneId(eq(0))).thenReturn(0); in setupHandleToPhoneMap()
1487 when(mSubscriptionManagerProxy.getDefaultVoicePhoneId()).thenReturn(defaultVoicePhoneId); in setupDeviceConfig()
1497 when(mSubscriptionManagerProxy.getSimStateForSlotIdx(slotId)).thenReturn(slotState); in setPhoneSlotState()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java208 private SubscriptionManagerProxy mSubscriptionManagerProxy = new SubscriptionManagerProxy() { field in TelephonyConnectionService
392 mSubscriptionManagerProxy = proxy; in setSubscriptionManagerProxy()
1921 int phoneId = mSubscriptionManagerProxy.getPhoneId(subId); in getPhoneForAccount()
2082 int defaultVoicePhoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getPhoneForEmergencyCall()
2131 int phoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getFirstPhoneForEmergencyCall()
2169 int simState = mSubscriptionManagerProxy.getSimStateForSlotIdx(i); in getFirstPhoneForEmergencyCall()