Searched refs:mSubscriptionManagerProxy (Results 1 – 2 of 2) sorted by relevance
104 @Mock TelephonyConnectionService.SubscriptionManagerProxy mSubscriptionManagerProxy; field in TelephonyConnectionServiceTest141 mTestConnectionService.setSubscriptionManagerProxy(mSubscriptionManagerProxy); in setUp()1254 when(mSubscriptionManagerProxy.getPhoneId(0)).thenReturn(0); in setupHandleToPhoneMap()1283 when(mSubscriptionManagerProxy.getDefaultVoicePhoneId()).thenReturn(defaultVoicePhoneId); in setupDeviceConfig()1293 when(mSubscriptionManagerProxy.getSimStateForSlotIdx(slotId)).thenReturn(slotState); in setPhoneSlotState()
205 private SubscriptionManagerProxy mSubscriptionManagerProxy = new SubscriptionManagerProxy() { field in TelephonyConnectionService410 mSubscriptionManagerProxy = proxy; in setSubscriptionManagerProxy()1886 int phoneId = mSubscriptionManagerProxy.getPhoneId(subId); in getPhoneForAccount()2033 int defaultVoicePhoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getPhoneForEmergencyCall()2082 int phoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getFirstPhoneForEmergencyCall()2120 int simState = mSubscriptionManagerProxy.getSimStateForSlotIdx(i); in getFirstPhoneForEmergencyCall()