Searched refs:maybeReselectDomain (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConnectionTest.java | 284 .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()
|
D | TelephonyConnectionServiceTest.java | 2301 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/ |
D | TelephonyConnection.java | 2525 if (mTelephonyConnectionService.maybeReselectDomain(this, reasonInfo, in updateStateInternal()
|
D | TelephonyConnectionService.java | 2825 public boolean maybeReselectDomain(final TelephonyConnection c, ImsReasonInfo reasonInfo, in maybeReselectDomain() method in TelephonyConnectionService
|