Searched refs:SrvccCall (Results 1 – 10 of 10) sorted by relevance
35 public final class SrvccCall implements Parcelable { class47 private SrvccCall(Parcel in) { in SrvccCall() method in SrvccCall59 public SrvccCall(@NonNull String callId, @PreciseCallStates int callState, in SrvccCall() method in SrvccCall109 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];
19 parcelable SrvccCall;
19 import android.telephony.ims.SrvccCall;27 void onSrvccCallNotified(in List<SrvccCall> profiles); in onSrvccCallNotified()
99 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 …]
97 android.hardware.radio.ims.SrvccCall[] srvccCalls) throws RemoteException { in setSrvccCallInfo()
5543 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 …]
41 import android.telephony.ims.SrvccCall;1764 public void notifySrvccStarted(@NonNull Consumer<List<SrvccCall>> consumer) { in notifySrvccStarted()
103 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()
58 import android.telephony.ims.SrvccCall;
17266 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>>);