Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DISrvccStartedCallback.aidl27 void onSrvccCallNotified(in List<SrvccCall> profiles); in onSrvccCallNotified() method
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java354 cb.onSrvccCallNotified(profiles);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2312 mSrvccStartedCallback.onSrvccCallNotified(profiles); in testNotifySrvccStateStarted()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java747 public void onSrvccCallNotified(List<SrvccCall> profiles) { in onSrvccCallNotified() method in ImsPhoneCallTracker.SrvccStartedCallback