Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl64 oneway void notifySrvccCanceled(); in notifySrvccCanceled() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java659 public void notifySrvccCanceled() throws RemoteException { in notifySrvccCanceled() method in MmTelFeatureConnection
662 getServiceInterface(mBinder).notifySrvccCanceled(); in notifySrvccCanceled()
DImsManager.java2922 public void notifySrvccCanceled() throws ImsException { in notifySrvccCanceled() method in ImsManager
2925 c.notifySrvccCanceled(); in notifySrvccCanceled()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java375 public void notifySrvccCanceled() {
377 () -> MmTelFeature.this.notifySrvccCanceled(), "notifySrvccCanceled");
1817 public void notifySrvccCanceled() { in notifySrvccCanceled() method in MmTelFeature
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2332 verify(mImsManager, times(0)).notifySrvccCanceled(); in testNotifySrvccStateCanceled()
2334 verify(mImsManager, times(1)).notifySrvccCanceled(); in testNotifySrvccStateCanceled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4776 mImsManager.notifySrvccCanceled(); in notifySrvccState()
/frameworks/base/core/api/
Dsystem-current.txt17339 method public void notifySrvccCanceled();