Home
last modified time | relevance | path

Searched refs:notifySrvccCompleted (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl62 oneway void notifySrvccCompleted(); in notifySrvccCompleted() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsCallInfoTracker.java151 public void notifySrvccCompleted() { in notifySrvccCompleted() method in ImsCallInfoTracker
DImsPhoneCallTracker.java4772 mImsManager.notifySrvccCompleted(); in notifySrvccState()
4802 mImsCallInfoTracker.notifySrvccCompleted(); in notifySrvccState()
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java645 public void notifySrvccCompleted() throws RemoteException { in notifySrvccCompleted() method in MmTelFeatureConnection
648 getServiceInterface(mBinder).notifySrvccCompleted(); in notifySrvccCompleted()
DImsManager.java2896 public void notifySrvccCompleted() throws ImsException { in notifySrvccCompleted() method in ImsManager
2899 c.notifySrvccCompleted(); in notifySrvccCompleted()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java363 public void notifySrvccCompleted() {
365 () -> MmTelFeature.this.notifySrvccCompleted(), "notifySrvccCompleted");
1779 public void notifySrvccCompleted() { in notifySrvccCompleted() method in MmTelFeature
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallInfoTrackerTest.java380 mImsCallInfoTracker.notifySrvccCompleted(); in testSrvccCompleted()
DImsPhoneCallTrackerTest.java2340 verify(mImsManager, times(0)).notifySrvccCompleted(); in testNotifySrvccStateCompleted()
2342 verify(mImsManager, times(1)).notifySrvccCompleted(); in testNotifySrvccStateCompleted()
/frameworks/base/core/api/
Dsystem-current.txt17340 method public void notifySrvccCompleted();