Home
last modified time | relevance | path

Searched refs:LteVopsSupportInfo (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DLteVopsSupportInfo.java37 public final class LteVopsSupportInfo implements Parcelable { class
65 public LteVopsSupportInfo(@LteVopsStatus int vops, @LteVopsStatus int emergency) { in LteVopsSupportInfo() method in LteVopsSupportInfo
100 if (o == null || !(o instanceof LteVopsSupportInfo)) { in equals()
104 LteVopsSupportInfo other = (LteVopsSupportInfo) o; in equals()
125 public static final @android.annotation.NonNull Creator<LteVopsSupportInfo> CREATOR =
126 new Creator<LteVopsSupportInfo>() {
128 public LteVopsSupportInfo createFromParcel(Parcel in) {
129 return new LteVopsSupportInfo(in);
133 public LteVopsSupportInfo[] newArray(int size) {
134 return new LteVopsSupportInfo[size];
[all …]
DDataSpecificRegistrationInfo.java76 private final LteVopsSupportInfo mLteVopsSupportInfo;
83 boolean isEnDcAvailable, @Nullable LteVopsSupportInfo lteVops) { in DataSpecificRegistrationInfo()
110 mLteVopsSupportInfo = LteVopsSupportInfo.CREATOR.createFromParcel(source); in DataSpecificRegistrationInfo()
178 public LteVopsSupportInfo getLteVopsSupportInfo() { in getLteVopsSupportInfo()
DLteVopsSupportInfo.aidl19 parcelable LteVopsSupportInfo;
DNetworkRegistrationInfo.java296 LteVopsSupportInfo lteVopsSupportInfo) { in NetworkRegistrationInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java31 import android.telephony.LteVopsSupportInfo;
285 LteVopsSupportInfo lteVopsSupportInfo = in createRegistrationStateFromDataRegState()
286 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in createRegistrationStateFromDataRegState()
287 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in createRegistrationStateFromDataRegState()
335 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in createRegistrationStateFromDataRegState()
336 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in createRegistrationStateFromDataRegState()
386 LteVopsSupportInfo vopsInfo = new LteVopsSupportInfo( in getNetworkRegistrationInfo()
387 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in getNetworkRegistrationInfo()
388 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in getNetworkRegistrationInfo()
437 private LteVopsSupportInfo convertHalLteVopsSupportInfo( in convertHalLteVopsSupportInfo()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRatRatcheterTest.java24 import android.telephony.LteVopsSupportInfo;
89 LteVopsSupportInfo lteVopsSupportInfo = in createNetworkRegistrationInfo()
90 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_SUPPORTED, in createNetworkRegistrationInfo()
91 LteVopsSupportInfo.LTE_STATUS_NOT_SUPPORTED); in createNetworkRegistrationInfo()
DCellularNetworkServiceTest.java31 import android.telephony.LteVopsSupportInfo;
159 LteVopsSupportInfo lteVopsSupportInfo = in testGetNetworkRegistrationInfo()
160 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in testGetNetworkRegistrationInfo()
161 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in testGetNetworkRegistrationInfo()
DServiceStateTest.java22 import android.telephony.LteVopsSupportInfo;
309 LteVopsSupportInfo lteVopsSupportInfo = in testNetworkRegistrationInfo()
310 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in testNetworkRegistrationInfo()
311 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in testNetworkRegistrationInfo()
DServiceStateTrackerTest.java78 import android.telephony.LteVopsSupportInfo;
1908 LteVopsSupportInfo lteVopsSupportInfo = in changeRegState()
1909 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in changeRegState()
1910 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in changeRegState()
1933 LteVopsSupportInfo lteVopsSupportInfo = in changeRegStateWithIwlan()
1934 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in changeRegStateWithIwlan()
1935 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in changeRegStateWithIwlan()
2045 LteVopsSupportInfo lteVopsSupportInfo = in sendRegStateUpdateForLteCellId()
2046 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in sendRegStateUpdateForLteCellId()
2047 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in sendRegStateUpdateForLteCellId()
[all …]
/frameworks/base/telephony/api/
Dsystem-current.txt177 method @NonNull public android.telephony.LteVopsSupportInfo getLteVopsSupportInfo();
269 public final class LteVopsSupportInfo implements android.os.Parcelable {
270 ctor public LteVopsSupportInfo(int, int);
275 …ll public static final android.os.Parcelable.Creator<android.telephony.LteVopsSupportInfo> CREATOR;
/frameworks/base/api/
Dtest-current.txt3170 method @NonNull public android.telephony.LteVopsSupportInfo getLteVopsSupportInfo();
3175 public final class LteVopsSupportInfo implements android.os.Parcelable {
3176 ctor public LteVopsSupportInfo(int, int);
3181 …ll public static final android.os.Parcelable.Creator<android.telephony.LteVopsSupportInfo> CREATOR;
Dtest-lint-baseline.txt1482 MissingNullability: android.telephony.LteVopsSupportInfo#writeToParcel(android.os.Parcel, int) para…
Dsystem-current.txt8487 method @NonNull public android.telephony.LteVopsSupportInfo getLteVopsSupportInfo();
8500 public final class LteVopsSupportInfo implements android.os.Parcelable {
8501 ctor public LteVopsSupportInfo(int, int);
8506 …ll public static final android.os.Parcelable.Creator<android.telephony.LteVopsSupportInfo> CREATOR;
/frameworks/base/config/
Dpreloaded-classes3306 android.telephony.LteVopsSupportInfo$1
3307 android.telephony.LteVopsSupportInfo
Dboot-image-profile.txt13980 HSPLandroid/telephony/LteVopsSupportInfo$1;-><init>()V
13981 HSPLandroid/telephony/LteVopsSupportInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephon…
13982 HSPLandroid/telephony/LteVopsSupportInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
13983 HSPLandroid/telephony/LteVopsSupportInfo;-><init>(II)V
14015 …(IIIIIZLjava/util/List;Landroid/telephony/CellIdentity;IZZZLandroid/telephony/LteVopsSupportInfo;)V
35919 Landroid/telephony/LteVopsSupportInfo$1;
35920 Landroid/telephony/LteVopsSupportInfo;
42516 …droid/telephony/DataSpecificRegistrationInfo;-><init>(IZZZLandroid/telephony/LteVopsSupportInfo;Z)V
42547 …IIIIIZLjava/util/List;Landroid/telephony/CellIdentity;IZZZLandroid/telephony/LteVopsSupportInfo;Z)V
/frameworks/base/non-updatable-api/
Dsystem-current.txt8385 method @NonNull public android.telephony.LteVopsSupportInfo getLteVopsSupportInfo();
8398 public final class LteVopsSupportInfo implements android.os.Parcelable {
8399 ctor public LteVopsSupportInfo(int, int);
8404 …ll public static final android.os.Parcelable.Creator<android.telephony.LteVopsSupportInfo> CREATOR;