Searched refs:notifySrvccCompleted (Results 1 – 9 of 9) sorted by relevance
62 oneway void notifySrvccCompleted(); in notifySrvccCompleted() method
151 public void notifySrvccCompleted() { in notifySrvccCompleted() method in ImsCallInfoTracker
4772 mImsManager.notifySrvccCompleted(); in notifySrvccState()4802 mImsCallInfoTracker.notifySrvccCompleted(); in notifySrvccState()
645 public void notifySrvccCompleted() throws RemoteException { in notifySrvccCompleted() method in MmTelFeatureConnection648 getServiceInterface(mBinder).notifySrvccCompleted(); in notifySrvccCompleted()
2896 public void notifySrvccCompleted() throws ImsException { in notifySrvccCompleted() method in ImsManager2899 c.notifySrvccCompleted(); in notifySrvccCompleted()
363 public void notifySrvccCompleted() {365 () -> MmTelFeature.this.notifySrvccCompleted(), "notifySrvccCompleted");1779 public void notifySrvccCompleted() { in notifySrvccCompleted() method in MmTelFeature
380 mImsCallInfoTracker.notifySrvccCompleted(); in testSrvccCompleted()
2340 verify(mImsManager, times(0)).notifySrvccCompleted(); in testNotifySrvccStateCompleted()2342 verify(mImsManager, times(1)).notifySrvccCompleted(); in testNotifySrvccStateCompleted()
17340 method public void notifySrvccCompleted();