Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/
DImsSuppServiceNotification.java31 public class ImsSuppServiceNotification implements Parcelable { class
47 public ImsSuppServiceNotification() { in ImsSuppServiceNotification() method in ImsSuppServiceNotification
50 public ImsSuppServiceNotification(Parcel in) { in ImsSuppServiceNotification() method in ImsSuppServiceNotification
89 public static final Creator<ImsSuppServiceNotification> CREATOR =
90 new Creator<ImsSuppServiceNotification>() {
92 public ImsSuppServiceNotification createFromParcel(Parcel in) {
93 return new ImsSuppServiceNotification(in);
97 public ImsSuppServiceNotification[] newArray(int size) {
98 return new ImsSuppServiceNotification[size];
DImsSuppServiceNotification.aidl20 parcelable ImsSuppServiceNotification;
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionListenerImplBase.java23 import com.android.ims.ImsSuppServiceNotification;
247 ImsSuppServiceNotification suppSrvNotification) { in callSessionSuppServiceReceived()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl24 import com.android.ims.ImsSuppServiceNotification;
132 in ImsSuppServiceNotification suppSrvNotification); in callSessionSuppServiceReceived()
DImsCallSession.java30 import com.android.ims.ImsSuppServiceNotification;
404 ImsSuppServiceNotification suppServiceInfo) { in callSessionSuppServiceReceived()
1264 ImsSuppServiceNotification suppServiceInfo ) { in callSessionSuppServiceReceived()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java399 ImsSuppServiceNotification suppServiceInfo) { in onCallSuppServiceReceived()
2932 ImsSuppServiceNotification suppServiceInfo ) { in callSessionSuppServiceReceived()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java68 import com.android.ims.ImsSuppServiceNotification;
2234 ImsSuppServiceNotification suppServiceInfo) {