Searched refs:notifySrvccStarted (Results 1 – 7 of 7) sorted by relevance
61 oneway void notifySrvccStarted(in ISrvccStartedCallback cb); in notifySrvccStarted() method
637 public void notifySrvccStarted(ISrvccStartedCallback cb) in notifySrvccStarted() method in MmTelFeatureConnection641 getServiceInterface(mBinder).notifySrvccStarted(cb); in notifySrvccStarted()
2882 public void notifySrvccStarted(ISrvccStartedCallback cb) in notifySrvccStarted() method in ImsManager2886 c.notifySrvccStarted(cb); in notifySrvccStarted()
349 public void notifySrvccStarted(final ISrvccStartedCallback cb) {351 () -> MmTelFeature.this.notifySrvccStarted(1764 public void notifySrvccStarted(@NonNull Consumer<List<SrvccCall>> consumer) { in notifySrvccStarted() method in MmTelFeature
2288 }).when(mImsManager).notifySrvccStarted(any(ISrvccStartedCallback.class)); in testNotifySrvccStateStarted()2290 verify(mImsManager, times(0)).notifySrvccStarted(any()); in testNotifySrvccStateStarted()2292 verify(mImsManager, times(1)).notifySrvccStarted(any()); in testNotifySrvccStateStarted()
4770 mImsManager.notifySrvccStarted(mSrvccStartedCallback); in notifySrvccState()
17342 …method public void notifySrvccStarted(@NonNull java.util.function.Consumer<java.util.List<android.…