Home
last modified time | relevance | path

Searched refs:isSuplDdsSwitchRequiredForEmergencyCall (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DDeviceState.java36 public boolean isSuplDdsSwitchRequiredForEmergencyCall(Context context) { in isSuplDdsSwitchRequiredForEmergencyCall() method in DeviceState
DTelephonyConnectionService.java3662 mDeviceState.isSuplDdsSwitchRequiredForEmergencyCall(this); in possiblyOverrideDefaultDataForEmergencyCall()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java567 boolean isSuplDdsSwitchRequiredForEmergencyCall = getResources() in onCreate()
569 EmergencyStateTracker.make(this, isSuplDdsSwitchRequiredForEmergencyCall); in onCreate()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java1276 doReturn(true).when(mDeviceState).isSuplDdsSwitchRequiredForEmergencyCall(any()); in testCreateOutgoingEmergencyConnection_delayDial_carrierconfig_dds()
1577 doReturn(true).when(mDeviceState).isSuplDdsSwitchRequiredForEmergencyCall(any()); in testCreateOutgoingEmergencyConnection_delayDial_nocarrierconfig()
1601 doReturn(false).when(mDeviceState).isSuplDdsSwitchRequiredForEmergencyCall(any()); in testCreateOutgoingEmergencyConnection_delayDial_supportsuplondds()
1625 doReturn(true).when(mDeviceState).isSuplDdsSwitchRequiredForEmergencyCall(any()); in testCreateOutgoingEmergencyConnection_delayDial_roaming_nocarrierconfig()
1649 doReturn(true).when(mDeviceState).isSuplDdsSwitchRequiredForEmergencyCall(any()); in testCreateOutgoingEmergencyConnection_delayDial_roamingcarrierconfig()
1681 doReturn(true).when(mDeviceState).isSuplDdsSwitchRequiredForEmergencyCall(any()); in testCreateOutgoingEmergencyConnection_delayDial__roaming_roamingcarrierconfig()