Home
last modified time | relevance | path

Searched refs:onDomainSelectorDestroyed (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/domainselection/
DDomainSelectorBase.java50 void onDomainSelectorDestroyed(DomainSelectorBase selector); in onDomainSelectorDestroyed() method
98 mDestroyListener.onDomainSelectorDestroyed(this); in notifyDomainSelectorDestroyed()
DTelephonyDomainSelectionService.java172 public void onDomainSelectorDestroyed(DomainSelectorBase selector) {
/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DDomainSelectorBaseTest.java121 verify(mDomainSelectorDestroyListener).onDomainSelectorDestroyed(eq(mDomainSelector)); in testDestroy()
DSmsDomainSelectorTest.java203 verify(mDomainSelectorDestroyListener).onDomainSelectorDestroyed(eq(mDomainSelector)); in testFinishSelection()
DTelephonyDomainSelectionServiceTest.java252 mDomainSelectorDestroyListener.onDomainSelectorDestroyed(mDomainSelectorBase1); in testOnDomainSelectionTwiceWithDestroy()