Searched refs:mDomainSelectorBase1 (Results 1 – 1 of 1) sorted by relevance
91 return mDomainSelectorBase1;128 @Mock private DomainSelectorBase mDomainSelectorBase1; field in TelephonyDomainSelectionServiceTest185 mDomainSelectorBase1 = null; in tearDown()213 verify(mSelectorCallback1).onCreated(eq(mDomainSelectorBase1)); in testOnDomainSelection()215 verify(mDomainSelectorBase1).selectDomain(eq(attr1), eq(mSelectorCallback1)); in testOnDomainSelection()232 verify(mDomainSelectorBase1, never()).selectDomain(eq(attr1), eq(mSelectorCallback1)); in testOnDomainSelectionWithInvalidSelectorType()247 verify(mSelectorCallback1).onCreated(eq(mDomainSelectorBase1)); in testOnDomainSelectionTwiceWithDestroy()249 verify(mDomainSelectorBase1).selectDomain(eq(attr1), eq(mSelectorCallback1)); in testOnDomainSelectionTwiceWithDestroy()252 mDomainSelectorDestroyListener.onDomainSelectorDestroyed(mDomainSelectorBase1); in testOnDomainSelectionTwiceWithDestroy()280 verify(mSelectorCallback1).onCreated(eq(mDomainSelectorBase1)); in testOnDomainSelectionTwiceWithoutDestroy()[all …]