Searched refs:mSubscriptionManagerProxy (Results 1 – 2 of 2) sorted by relevance
290 private SubscriptionManagerProxy mSubscriptionManagerProxy = new SubscriptionManagerProxy() { field in TelephonyConnectionService506 mSubscriptionManagerProxy = proxy; in setSubscriptionManagerProxy()3563 int phoneId = mSubscriptionManagerProxy.getPhoneId(subId); in getPhoneForAccount()3861 int defaultVoicePhoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getPhoneForEmergencyCall()3925 int phoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getFirstPhoneForEmergencyCall()3927 phoneId = mSubscriptionManagerProxy.getDefaultDataPhoneId(); in getFirstPhoneForEmergencyCall()3966 int simState = mSubscriptionManagerProxy.getSimStateForSlotIdx(i); in getFirstPhoneForEmergencyCall()
234 @Mock TelephonyConnectionService.SubscriptionManagerProxy mSubscriptionManagerProxy; field in TelephonyConnectionServiceTest285 mTestConnectionService.setSubscriptionManagerProxy(mSubscriptionManagerProxy); in setUp()4116 when(mSubscriptionManagerProxy.getPhoneId(0)).thenReturn(0); in setupForCallTest()4120 when(mSubscriptionManagerProxy.getPhoneId(1)).thenReturn(1); in setupForCallTest()4229 doReturn(phone.getPhoneId()).when(mSubscriptionManagerProxy) in setupHandleToPhoneMap()4263 when(mSubscriptionManagerProxy.getDefaultVoicePhoneId()).thenReturn(defaultVoicePhoneId); in setupDeviceConfig()4269 when(mSubscriptionManagerProxy.getDefaultDataPhoneId()).thenReturn(defaultDataPhoneId); in setDefaultDataPhoneId()4281 when(mSubscriptionManagerProxy.getSimStateForSlotIdx(slotId)).thenReturn(slotState); in setPhoneSlotState()