Home
last modified time | relevance | path

Searched refs:SrvccCall (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DSrvccCall.java35 public final class SrvccCall implements Parcelable { class
47 private SrvccCall(Parcel in) { in SrvccCall() method in SrvccCall
59 public SrvccCall(@NonNull String callId, @PreciseCallStates int callState, in SrvccCall() method in SrvccCall
109 SrvccCall that = (SrvccCall) o; in equals()
141 public static final @android.annotation.NonNull Creator<SrvccCall> CREATOR =
142 new Creator<SrvccCall>() {
144 public SrvccCall createFromParcel(Parcel in) {
145 return new SrvccCall(in);
149 public SrvccCall[] newArray(int size) {
150 return new SrvccCall[size];
DSrvccCall.aidl19 parcelable SrvccCall;
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DISrvccStartedCallback.aidl19 import android.telephony.ims.SrvccCall;
27 void onSrvccCallNotified(in List<SrvccCall> profiles); in onSrvccCallNotified()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java99 import android.telephony.ims.SrvccCall;
2064 List<SrvccCall> profiles = new ArrayList<>(); in testConvertToSrvccConnectionInfoNotSupported()
2070 SrvccCall srvccProfile = new SrvccCall( in testConvertToSrvccConnectionInfoNotSupported()
2100 List<SrvccCall> profiles = new ArrayList<>(); in testConvertToSrvccConnectionInfoBasicSrvcc()
2103 SrvccCall srvccProfile = new SrvccCall( in testConvertToSrvccConnectionInfoBasicSrvcc()
2135 List<SrvccCall> profiles = new ArrayList<>(); in testConvertToSrvccConnectionInfoMoAlerting()
2138 SrvccCall srvccProfile = new SrvccCall( in testConvertToSrvccConnectionInfoMoAlerting()
2173 srvccProfile = new SrvccCall( in testConvertToSrvccConnectionInfoMoAlerting()
2198 List<SrvccCall> profiles = new ArrayList<>(); in testConvertToSrvccConnectionInfoMtAlerting()
2200 SrvccCall srvccProfile = new SrvccCall( in testConvertToSrvccConnectionInfoMtAlerting()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioImsProxy.java97 android.hardware.radio.ims.SrvccCall[] srvccCalls) throws RemoteException { in setSrvccCallInfo()
DRILUtils.java5543 public static android.hardware.radio.ims.SrvccCall[] convertToHalSrvccCall( in convertToHalSrvccCall()
5546 return new android.hardware.radio.ims.SrvccCall[0]; in convertToHalSrvccCall()
5550 android.hardware.radio.ims.SrvccCall[] srvccCalls = in convertToHalSrvccCall()
5551 new android.hardware.radio.ims.SrvccCall[length]; in convertToHalSrvccCall()
5554 srvccCalls[i] = new android.hardware.radio.ims.SrvccCall(); in convertToHalSrvccCall()
5584 return android.hardware.radio.ims.SrvccCall.CallType.NORMAL; in convertSrvccCallType()
5586 return android.hardware.radio.ims.SrvccCall.CallType.EMERGENCY; in convertSrvccCallType()
5620 return android.hardware.radio.ims.SrvccCall.CallSubState.NONE; in convertSrvccCallSubState()
5622 return android.hardware.radio.ims.SrvccCall.CallSubState.PREALERTING; in convertSrvccCallSubState()
5637 return android.hardware.radio.ims.SrvccCall.ToneType.NONE; in convertSrvccCallRingbackToneType()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java41 import android.telephony.ims.SrvccCall;
1764 public void notifySrvccStarted(@NonNull Consumer<List<SrvccCall>> consumer) { in notifySrvccStarted()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java103 import android.telephony.ims.SrvccCall;
747 public void onSrvccCallNotified(List<SrvccCall> profiles) { in onSrvccCallNotified()
6075 public void handleSrvccConnectionInfo(List<SrvccCall> profileList) { in handleSrvccConnectionInfo()
6082 public SrvccConnection[] convertToSrvccConnectionInfo(List<SrvccCall> profileList) { in convertToSrvccConnectionInfo()
6089 for (SrvccCall profile : profileList) { in convertToSrvccConnectionInfo()
6128 private boolean isCallProfileSupported(SrvccCall profile) { in isCallProfileSupported()
6179 List<SrvccConnection> destList, SrvccCall profile, ImsPhoneConnection c) { in addConnection()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java58 import android.telephony.ims.SrvccCall;
/frameworks/base/core/api/
Dsystem-current.txt17266 public final class SrvccCall implements android.os.Parcelable {
17267 ctor public SrvccCall(@NonNull String, int, @NonNull android.telephony.ims.ImsCallProfile);
17273 …NonNull public static final android.os.Parcelable.Creator<android.telephony.ims.SrvccCall> CREATOR;
17342 …rvccStarted(@NonNull java.util.function.Consumer<java.util.List<android.telephony.ims.SrvccCall>>);