Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionTest.java284 .maybeReselectDomain(any(), any(), anyBoolean(), anyInt()); in testDomainSelectionDisconnected()
295 .maybeReselectDomain(any(), any(), anyBoolean(), anyInt()); in testDomainSelectionDisconnected_NoRedial()
310 .maybeReselectDomain(any(), any(), anyBoolean(), anyInt()); in testDomainSelectionDisconnected_Redial()
331 .maybeReselectDomain(any(), any(), anyBoolean(), anyInt()); in testDomainSelectionDisconnected_AlternateService()
355 .maybeReselectDomain(any(), any(), anyBoolean(), anyInt()); in testDomainSelectionDisconnected_SilentRedialEmergency()
DTelephonyConnectionServiceTest.java2301 assertTrue(mTestConnectionService.maybeReselectDomain(c, null, true, in testDomainSelectionRedialCs()
2331 assertTrue(mTestConnectionService.maybeReselectDomain(c, null, false, in testDomainSelectionRedialPs()
2367 assertTrue(mTestConnectionService.maybeReselectDomain(c, null, true, in testDomainSelectionRedialFailedWithException()
2448 assertTrue(mTestConnectionService.maybeReselectDomain(c, null, true, in testDomainSelectionRedialRejectIncoming()
2915 assertTrue(mTestConnectionService.maybeReselectDomain(c, reasonInfo, true, in testDomainSelectionNormalToEmergencyCs()
2968 assertTrue(mTestConnectionService.maybeReselectDomain(c, reasonInfo, true, in testDomainSelectionNormalToEmergencyPs()
3268 assertTrue(mTestConnectionService.maybeReselectDomain(c, null, true, in testDomainSelectionRedialLocalHangupReselectDomain()
3305 assertTrue(mTestConnectionService.maybeReselectDomain(c, reasonInfo, true, in testDomainSelectionNormalToEmergencyLocalHangupStartEmergencyCall()
3355 assertTrue(mTestConnectionService.maybeReselectDomain(c, reasonInfo, true, in testDomainSelectionNormalToEmergencyLocalHangupCreateEmergencyConnection()
3550 assertTrue(mTestConnectionService.maybeReselectDomain(c, null, true, in testDomainSelectionTempFailure()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java2525 if (mTelephonyConnectionService.maybeReselectDomain(this, reasonInfo, in updateStateInternal()
DTelephonyConnectionService.java2825 public boolean maybeReselectDomain(final TelephonyConnection c, ImsReasonInfo reasonInfo, in maybeReselectDomain() method in TelephonyConnectionService