Home
last modified time | relevance | path

Searched refs:notifySuppSvcNotification (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java382 imsPhone.notifySuppSvcNotification(suppServiceNotification); in sendTestSuppServiceNotification()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java404 mImsPhoneUT.notifySuppSvcNotification(ssn); in testSuppServiceNotification()
419 mImsPhoneUT.notifySuppSvcNotification(ssn); in testSuppServiceNotification()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java3457 mPhone.notifySuppSvcNotification(supp);
3478 mPhone.notifySuppSvcNotification(supp);
5112 mPhone.notifySuppSvcNotification(supp); in onCallHoldReceived()
H A DImsPhone.java817 public void notifySuppSvcNotification(SuppServiceNotification suppSvc) { in notifySuppSvcNotification() method in ImsPhone