Home
last modified time | relevance | path

Searched refs:notifySrvccStarted (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl61 oneway void notifySrvccStarted(in ISrvccStartedCallback cb); in notifySrvccStarted() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java637 public void notifySrvccStarted(ISrvccStartedCallback cb) in notifySrvccStarted() method in MmTelFeatureConnection
641 getServiceInterface(mBinder).notifySrvccStarted(cb); in notifySrvccStarted()
DImsManager.java2882 public void notifySrvccStarted(ISrvccStartedCallback cb) in notifySrvccStarted() method in ImsManager
2886 c.notifySrvccStarted(cb); in notifySrvccStarted()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java349 public void notifySrvccStarted(final ISrvccStartedCallback cb) {
351 () -> MmTelFeature.this.notifySrvccStarted(
1764 public void notifySrvccStarted(@NonNull Consumer<List<SrvccCall>> consumer) { in notifySrvccStarted() method in MmTelFeature
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2288 }).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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4770 mImsManager.notifySrvccStarted(mSrvccStartedCallback); in notifySrvccState()
/frameworks/base/core/api/
Dsystem-current.txt17342 …method public void notifySrvccStarted(@NonNull java.util.function.Consumer<java.util.List<android.…