Searched refs:suppServiceInfo (Results 1 – 4 of 4) sorted by relevance
423 ImsSuppServiceNotification suppServiceInfo) { in callSessionSuppServiceReceived() argument1380 public void callSessionSuppServiceReceived(ImsSuppServiceNotification suppServiceInfo ) { in callSessionSuppServiceReceived() argument1382 mListener.callSessionSuppServiceReceived(ImsCallSession.this, suppServiceInfo); in callSessionSuppServiceReceived()
405 ImsSuppServiceNotification suppServiceInfo) { in onCallSuppServiceReceived() argument3124 ImsSuppServiceNotification suppServiceInfo ) { in callSessionSuppServiceReceived() argument3132 ", suppServiceInfo" + suppServiceInfo); in callSessionSuppServiceReceived()3142 listener.onCallSuppServiceReceived(ImsCall.this, suppServiceInfo); in callSessionSuppServiceReceived()
2681 ImsSuppServiceNotification suppServiceInfo) {2682 if (DBG) log("onCallSuppServiceReceived: suppServiceInfo=" + suppServiceInfo);2685 supp.notificationType = suppServiceInfo.notificationType;2686 supp.code = suppServiceInfo.code;2687 supp.index = suppServiceInfo.index;2688 supp.number = suppServiceInfo.number;2689 supp.history = suppServiceInfo.history;
1817 int[] suppServiceInfo = ssData.getSuppServiceInfoCompat(); in parseSsData() local1818 ImsSsInfo ssInfo = new ImsSsInfo.Builder(suppServiceInfo[0]).build(); in parseSsData()