Home
last modified time | relevance | path

Searched refs:selectDomain (Results 1 – 12 of 12) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DSmsDomainSelectorTest.java115 selectDomain(AccessNetworkType.EUTRAN); in testSelectDomainWhenImsRegisteredOnEutran()
121 selectDomain(AccessNetworkType.NGRAN); in testSelectDomainWhenImsRegisteredOnNgran()
127 selectDomain(AccessNetworkType.IWLAN); in testSelectDomainWhenImsRegisteredOnIwlan()
137 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhenImsNotRegistered()
160 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhenWwanSelectorCallbackNull()
176 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhilePreviousRequestInProgress()
180 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhilePreviousRequestInProgress()
196 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testFinishSelection()
212 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testReselectDomain()
238 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testReselectDomainWhilePreviousRequestInProgress()
[all …]
DEmergencyCallDomainSelectorTest.java337 mDomainSelector.selectDomain(attr, mTransportSelectorCallback); in testDestroyed()
365 mDomainSelector.selectDomain(attr, mTransportSelectorCallback); in testDomainPreferenceConfigurationError()
381 mDomainSelector.selectDomain(attr, mTransportSelectorCallback); in testNullEmergencyRegistrationResult()
399 mDomainSelector.selectDomain(attr, mTransportSelectorCallback); in testNoRedundantDomainSelectionFromInitialState()
433 mDomainSelector.selectDomain(attr, mTransportSelectorCallback); in testNoUnexpectedTransportChangeFromInitialState()
453 mDomainSelector.selectDomain(attr, mTransportSelectorCallback); in testNoRedundantScanRequestFromInitialState()
479 mDomainSelector.selectDomain(attr, mTransportSelectorCallback); in testNoRedundantTerminationFromInitialState()
500 mDomainSelector.selectDomain(attr, mTransportSelectorCallback); in testDefaultCombinedImsRegisteredBarredSelectCs()
518 mDomainSelector.selectDomain(attr, mTransportSelectorCallback); in testDefaultCombinedImsRegisteredSelectPs()
536 mDomainSelector.selectDomain(attr, mTransportSelectorCallback); in testDefaultCombinedImsRegisteredSelectPsThenCsfb()
[all …]
DEmergencySmsDomainSelectorTest.java174 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testFinishSelection()
207 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testIsDomainSelectionReadyAndSelectDomain()
478 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhilePreviousRequestInProgress()
484 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhilePreviousRequestInProgress()
504 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhenImsNotRegisteredAndConfigDisabled()
521 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhenImsNotRegisteredAndUmtsNetwork()
538 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhenImsNotRegisteredAndUnknownNetwork()
555 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhenImsNotRegisteredAndLteInService()
572 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhenImsNotRegisteredAndLteEmcBsNotSupported()
589 mDomainSelector.selectDomain(mSelectionAttributes, mTransportSelectorCallback); in testSelectDomainWhenImsNotRegisteredAndLteEmergencyBarred()
[all …]
DNormalCallDomainSelectorTest.java210 mNormalCallDomainSelector.selectDomain(attributes, transportSelectorCallback); in testDestroyedDuringActiveState()
235 mNormalCallDomainSelector.selectDomain(attributes, transportSelectorCallback); in testSelectDomainInputParams()
242 mNormalCallDomainSelector.selectDomain(null, null); in testSelectDomainInputParams()
252 mNormalCallDomainSelector.selectDomain(attributes, null); in testSelectDomainInputParams()
263 mNormalCallDomainSelector.selectDomain(null, transportSelectorCallback); in testSelectDomainInputParams()
283 mNormalCallDomainSelector.selectDomain(attributes, transportSelectorCallback); in testSelectDomainInputParams()
304 mNormalCallDomainSelector.selectDomain(attributes, transportSelectorCallback); in testSelectDomainInputParams()
324 mNormalCallDomainSelector.selectDomain(attributes, transportSelectorCallback); in testSelectDomainInputParams()
355 mNormalCallDomainSelector.selectDomain(attributes, transportSelectorCallback); in testOutOfService()
386 mNormalCallDomainSelector.selectDomain(attributes, transportSelectorCallback); in testDomainSelection()
[all …]
DTelephonyDomainSelectionServiceTest.java215 verify(mDomainSelectorBase1).selectDomain(eq(attr1), eq(mSelectorCallback1)); in testOnDomainSelection()
232 verify(mDomainSelectorBase1, never()).selectDomain(eq(attr1), eq(mSelectorCallback1)); in testOnDomainSelectionWithInvalidSelectorType()
249 verify(mDomainSelectorBase1).selectDomain(eq(attr1), eq(mSelectorCallback1)); in testOnDomainSelectionTwiceWithDestroy()
265 verify(mDomainSelectorBase2).selectDomain(eq(attr2), eq(mSelectorCallback2)); in testOnDomainSelectionTwiceWithDestroy()
282 verify(mDomainSelectorBase1).selectDomain(eq(attr1), eq(mSelectorCallback1)); in testOnDomainSelectionTwiceWithoutDestroy()
295 verify(mDomainSelectorBase2).selectDomain(eq(attr2), eq(mSelectorCallback2)); in testOnDomainSelectionTwiceWithoutDestroy()
DDomainSelectorBaseTest.java65 public void selectDomain(SelectionAttributes attr, TransportSelectorCallback callback) { in selectDomain() method in DomainSelectorBaseTest.TestDomainSelectorBase
/packages/services/Telephony/src/com/android/services/telephony/domainselection/
DNormalCallDomainSelector.java112 public void selectDomain(SelectionAttributes attributes, TransportSelectorCallback callback) { in selectDomain() method in NormalCallDomainSelector
144 post(() -> selectDomain()); in selectDomain()
157 selectDomain(attributes, mTransportSelectorCallback); in reselectDomain()
213 selectDomain(); in onImsRegistrationStateChanged()
221 selectDomain(); in onImsMmTelCapabilitiesChanged()
227 selectDomain(); in onImsMmTelFeatureAvailableChanged()
234 selectDomain(); in onServiceStateUpdated()
353 private synchronized void selectDomain() { in selectDomain() method in NormalCallDomainSelector
DSmsDomainSelector.java65 selectDomain(); in handleMessage()
99 public void selectDomain(SelectionAttributes attr, TransportSelectorCallback callback) { in selectDomain() method in SmsDomainSelector
134 protected void selectDomain() { in selectDomain() method in SmsDomainSelector
DEmergencyCallDomainSelector.java603 selectDomain(); in onBarringInfoUpdated()
607 public void selectDomain(SelectionAttributes attr, TransportSelectorCallback cb) { in selectDomain() method in EmergencyCallDomainSelector
628 selectDomain(); in startDomainSelection()
653 selectDomain(); in onImsRegistrationStateChanged()
662 selectDomain(); in onImsMmTelCapabilitiesChanged()
855 private void selectDomain() { in selectDomain() method in EmergencyCallDomainSelector
DDomainSelectorBase.java83 public abstract void selectDomain(SelectionAttributes attr, TransportSelectorCallback callback); in selectDomain() method in DomainSelectorBase
DEmergencySmsDomainSelector.java159 protected void selectDomain() { in selectDomain() method in EmergencySmsDomainSelector
DTelephonyDomainSelectionService.java336 selector.selectDomain(attr, callback); in onDomainSelection()