Home
last modified time | relevance | path

Searched refs:suppServiceInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java451 ImsSuppServiceNotification suppServiceInfo) { in callSessionSuppServiceReceived() argument
1640 public void callSessionSuppServiceReceived(ImsSuppServiceNotification suppServiceInfo ) { in callSessionSuppServiceReceived() argument
1644 suppServiceInfo); in callSessionSuppServiceReceived()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java421 ImsSuppServiceNotification suppServiceInfo) { in onCallSuppServiceReceived() argument
3341 ImsSuppServiceNotification suppServiceInfo ) { in callSessionSuppServiceReceived() argument
3349 ", suppServiceInfo" + suppServiceInfo); in callSessionSuppServiceReceived()
3359 listener.onCallSuppServiceReceived(ImsCall.this, suppServiceInfo); in callSessionSuppServiceReceived()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4113 ImsSuppServiceNotification suppServiceInfo) {
4114 if (DBG) log("onCallSuppServiceReceived: suppServiceInfo=" + suppServiceInfo);
4117 supp.notificationType = suppServiceInfo.notificationType;
4118 supp.code = suppServiceInfo.code;
4119 supp.index = suppServiceInfo.index;
4120 supp.number = suppServiceInfo.number;
4121 supp.history = suppServiceInfo.history;