Searched refs:notifySrvccCanceled (Results 1 – 7 of 7) sorted by relevance
64 oneway void notifySrvccCanceled(); in notifySrvccCanceled() method
659 public void notifySrvccCanceled() throws RemoteException { in notifySrvccCanceled() method in MmTelFeatureConnection662 getServiceInterface(mBinder).notifySrvccCanceled(); in notifySrvccCanceled()
2922 public void notifySrvccCanceled() throws ImsException { in notifySrvccCanceled() method in ImsManager2925 c.notifySrvccCanceled(); in notifySrvccCanceled()
375 public void notifySrvccCanceled() {377 () -> MmTelFeature.this.notifySrvccCanceled(), "notifySrvccCanceled");1817 public void notifySrvccCanceled() { in notifySrvccCanceled() method in MmTelFeature
2332 verify(mImsManager, times(0)).notifySrvccCanceled(); in testNotifySrvccStateCanceled()2334 verify(mImsManager, times(1)).notifySrvccCanceled(); in testNotifySrvccStateCanceled()
4776 mImsManager.notifySrvccCanceled(); in notifySrvccState()
17339 method public void notifySrvccCanceled();