Searched refs:TIMEOUT_TO_DYNAMIC_ROUTING_MS (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConnectionServiceTest.java | 31 …ort static com.android.services.telephony.TelephonyConnectionService.TIMEOUT_TO_DYNAMIC_ROUTING_MS; 2714 eq(testPhone), eq(false), eq(TIMEOUT_TO_DYNAMIC_ROUTING_MS)); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_InService() 2753 eq(testPhone), eq(false), eq(TIMEOUT_TO_DYNAMIC_ROUTING_MS)); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_Timeout() 2778 eq(testPhone), eq(false), eq(TIMEOUT_TO_DYNAMIC_ROUTING_MS)); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_CombinedAttach() 2814 eq(testPhone), eq(false), eq(TIMEOUT_TO_DYNAMIC_ROUTING_MS)); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_PsOnly() 2851 eq(testPhone), eq(false), eq(TIMEOUT_TO_DYNAMIC_ROUTING_MS)); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_PsOnly_ImsRegistered() 2888 eq(testPhone), eq(false), eq(TIMEOUT_TO_DYNAMIC_ROUTING_MS)); in testDomainSelectionNormalRoutingEmergencyNumber_exitingApm_DiscardDialing()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 141 public static final int TIMEOUT_TO_DYNAMIC_ROUTING_MS = 10000; field in TelephonyConnectionService 1221 ? TIMEOUT_TO_DYNAMIC_ROUTING_MS : 0; in onCreateOutgoingConnection()
|