Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DDomainSelectorBaseTest.java74 @Mock private DomainSelectorBase.DestroyListener mDomainSelectorDestroyListener; field in DomainSelectorBaseTest
90 mImsStateTracker, mDomainSelectorDestroyListener, TAG); in setUp()
105 mDomainSelectorDestroyListener = null; in tearDown()
121 verify(mDomainSelectorDestroyListener).onDomainSelectorDestroyed(eq(mDomainSelector)); in testDestroy()
DTelephonyDomainSelectionServiceTest.java89 mDomainSelectorDestroyListener = listener;
142 private DomainSelectorBase.DestroyListener mDomainSelectorDestroyListener; field in TelephonyDomainSelectionServiceTest
192 mDomainSelectorDestroyListener = null; in tearDown()
252 mDomainSelectorDestroyListener.onDomainSelectorDestroyed(mDomainSelectorBase1); in testOnDomainSelectionTwiceWithDestroy()
DSmsDomainSelectorTest.java67 @Mock private DomainSelectorBase.DestroyListener mDomainSelectorDestroyListener; field in SmsDomainSelectorTest
86 mLooper, mImsStateTracker, mDomainSelectorDestroyListener); in setUp()
203 verify(mDomainSelectorDestroyListener).onDomainSelectorDestroyed(eq(mDomainSelector)); in testFinishSelection()
DEmergencySmsDomainSelectorTest.java81 @Mock private DomainSelectorBase.DestroyListener mDomainSelectorDestroyListener; field in EmergencySmsDomainSelectorTest
123 mLooper, mImsStateTracker, mDomainSelectorDestroyListener); in setUp()
161 mDomainSelectorDestroyListener = null; in tearDown()