Searched refs:onDomainSelectorDestroyed (Results 1 – 5 of 5) sorted by relevance
50 void onDomainSelectorDestroyed(DomainSelectorBase selector); in onDomainSelectorDestroyed() method98 mDestroyListener.onDomainSelectorDestroyed(this); in notifyDomainSelectorDestroyed()
172 public void onDomainSelectorDestroyed(DomainSelectorBase selector) {
121 verify(mDomainSelectorDestroyListener).onDomainSelectorDestroyed(eq(mDomainSelector)); in testDestroy()
203 verify(mDomainSelectorDestroyListener).onDomainSelectorDestroyed(eq(mDomainSelector)); in testFinishSelection()
252 mDomainSelectorDestroyListener.onDomainSelectorDestroyed(mDomainSelectorBase1); in testOnDomainSelectionTwiceWithDestroy()