HomeSort by relevance Sort by last modified time
    Searched refs:ImsSuppServiceNotification (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/com/android/ims/
ImsSuppServiceNotification.aidl 20 parcelable ImsSuppServiceNotification;
ImsSuppServiceNotification.java 31 public class ImsSuppServiceNotification implements Parcelable {
32 private static final String TAG = "ImsSuppServiceNotification";
47 public ImsSuppServiceNotification() {
50 public ImsSuppServiceNotification(Parcel in) {
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]
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsCallSessionListenerImplBase.java 23 import com.android.ims.ImsSuppServiceNotification;
247 ImsSuppServiceNotification suppSrvNotification) {
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSessionListener.aidl 24 import com.android.ims.ImsSuppServiceNotification;
132 in ImsSuppServiceNotification suppSrvNotification);
ImsCallSession.java 30 import com.android.ims.ImsSuppServiceNotification;
404 ImsSuppServiceNotification suppServiceInfo) {
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 399 ImsSuppServiceNotification suppServiceInfo) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 68 import com.android.ims.ImsSuppServiceNotification;
    [all...]

Completed in 140 milliseconds