Searched refs:mDomainSelector (Results 1 – 3 of 3) sorted by relevance
62 @Mock private IDomainSelector mDomainSelector; field in SmsDomainSelectionConnectionTest81 mDsConnection.getTransportSelectorCallback().onCreated(mDomainSelector); in setUp()98 mDomainSelector = null; in tearDown()193 verify(mDomainSelector).finishSelection(); in testFinishSelection()208 verify(mDomainSelector).finishSelection(); in testCancelSelection()
72 private IDomainSelector mDomainSelector; field in EmergencySmsDomainSelectionConnectionTest93 mDomainSelector = Mockito.mock(IDomainSelector.class); in setUp()100 mDsConnection.getTransportSelectorCallback().onCreated(mDomainSelector); in setUp()109 mDomainSelector = null; in tearDown()447 verify(mDomainSelector).finishSelection(); in testFinishSelection()486 verify(mDomainSelector).finishSelection(); in testFinishSelectionAfterDomainSelectionCompleted()
110 mDomainSelector = selector; in onCreated()333 private @Nullable IDomainSelector mDomainSelector; field in DomainSelectionConnection599 if (mDomainSelector == null) { in reselectDomain()609 mDomainSelector.reselectDomain(attr); in reselectDomain()627 if (mDomainSelector != null) { in finishSelection()628 mDomainSelector.finishSelection(); in finishSelection()659 mDomainSelector = null; in onServiceDisconnected()674 mDomainSelector = null; in waitForServiceBinding()