Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl63 oneway void notifySrvccFailed(); in notifySrvccFailed() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java652 public void notifySrvccFailed() throws RemoteException { in notifySrvccFailed() method in MmTelFeatureConnection
655 getServiceInterface(mBinder).notifySrvccFailed(); in notifySrvccFailed()
DImsManager.java2909 public void notifySrvccFailed() throws ImsException { in notifySrvccFailed() method in ImsManager
2912 c.notifySrvccFailed(); in notifySrvccFailed()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java369 public void notifySrvccFailed() {
371 () -> MmTelFeature.this.notifySrvccFailed(), "notifySrvccFailed");
1797 public void notifySrvccFailed() { in notifySrvccFailed() method in MmTelFeature
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2324 verify(mImsManager, times(0)).notifySrvccFailed(); in testNotifySrvccStateFailed()
2326 verify(mImsManager, times(1)).notifySrvccFailed(); in testNotifySrvccStateFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4774 mImsManager.notifySrvccFailed(); in notifySrvccState()
/frameworks/base/core/api/
Dsystem-current.txt17341 method public void notifySrvccFailed();