Searched refs:removeServiceStateListener (Results 1 – 6 of 6) sorted by relevance
239 mImsStateTracker.removeServiceStateListener(mServiceStateListener); in testUpdateServiceStateBeforeAddingListener()256 mImsStateTracker.removeServiceStateListener(mServiceStateListener); in testUpdateServiceStateAfterAddingListener()272 mImsStateTracker.removeServiceStateListener(mServiceStateListener); in testAddAndRemoveServiceStateListener()
149 verify(mImsStateTracker).removeServiceStateListener(eq(mDomainSelector)); in tearDown()
115 doNothing().when(mMockImsStateTracker).removeServiceStateListener(any()); in setUp()
75 mImsStateTracker.removeServiceStateListener(this); in destroy()
170 mImsStateTracker.removeServiceStateListener(this); in finishSelection()
242 public void removeServiceStateListener(@NonNull ServiceStateListener listener) { in removeServiceStateListener() method in ImsStateTracker