Searched refs:LteVopsSupportInfo (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | LteVopsSupportInfo.java | 35 public final class LteVopsSupportInfo extends VopsSupportInfo { class 126 if (o == null || !(o instanceof LteVopsSupportInfo)) { in equals() 130 LteVopsSupportInfo other = (LteVopsSupportInfo) o; in equals() 152 new Creator<LteVopsSupportInfo>() { 154 public LteVopsSupportInfo createFromParcel(Parcel in) { 157 return new LteVopsSupportInfo(in); 161 public LteVopsSupportInfo[] newArray(int size) { 162 return new LteVopsSupportInfo[size]; 167 protected static LteVopsSupportInfo createFromParcelBody(Parcel in) { in createFromParcelBody() 168 return new LteVopsSupportInfo(in); in createFromParcelBody() [all …]
|
H A D | DataSpecificRegistrationInfo.java | 179 public LteVopsSupportInfo getLteVopsSupportInfo() { in getLteVopsSupportInfo() 180 return mVopsSupportInfo instanceof LteVopsSupportInfo in getLteVopsSupportInfo() 181 ? (LteVopsSupportInfo) mVopsSupportInfo in getLteVopsSupportInfo() 182 : new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in getLteVopsSupportInfo() 183 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in getLteVopsSupportInfo()
|
H A D | LteVopsSupportInfo.aidl | 19 parcelable LteVopsSupportInfo;
|
H A D | VopsSupportInfo.java | 85 return LteVopsSupportInfo.createFromParcelBody(in);
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CellularNetworkService.java | 32 import android.telephony.LteVopsSupportInfo; 294 LteVopsSupportInfo lteVopsSupportInfo = in createRegistrationStateFromDataRegState() 295 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in createRegistrationStateFromDataRegState() 350 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in createRegistrationStateFromDataRegState() 401 LteVopsSupportInfo vopsInfo = new LteVopsSupportInfo( in getNetworkRegistrationInfo() 402 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in getNetworkRegistrationInfo() 403 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in getNetworkRegistrationInfo() 532 private LteVopsSupportInfo convertHalLteVopsSupportInfo( in convertHalLteVopsSupportInfo() 534 int vops = LteVopsSupportInfo.LTE_STATUS_NOT_SUPPORTED; in convertHalLteVopsSupportInfo() 538 vops = LteVopsSupportInfo.LTE_STATUS_SUPPORTED; in convertHalLteVopsSupportInfo() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | RatRatcheterTest.java | 24 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()
|
H A D | CellularNetworkServiceTest.java | 31 import android.telephony.LteVopsSupportInfo; 162 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in testGetNetworkRegistrationInfo() 163 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in testGetNetworkRegistrationInfo() 226 VopsSupportInfo vops = new LteVopsSupportInfo( in testGetNetworkRegistrationInfoV1_5() 227 LteVopsSupportInfo.LTE_STATUS_SUPPORTED, LteVopsSupportInfo.LTE_STATUS_SUPPORTED); in testGetNetworkRegistrationInfoV1_5() 319 VopsSupportInfo vops = new LteVopsSupportInfo( in testGetNetworkRegistrationInfoV1_6WithLte() 320 LteVopsSupportInfo.LTE_STATUS_SUPPORTED, LteVopsSupportInfo.LTE_STATUS_SUPPORTED); in testGetNetworkRegistrationInfoV1_6WithLte()
|
H A D | ServiceStateTest.java | 22 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()
|
H A D | ServiceStateTrackerTest.java | 80 import android.telephony.LteVopsSupportInfo; 2068 LteVopsSupportInfo lteVopsSupportInfo = in changeRegState() 2069 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in changeRegState() 2093 LteVopsSupportInfo lteVopsSupportInfo = in changeRegStateWithIwlan() 2094 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in changeRegStateWithIwlan() 2265 LteVopsSupportInfo lteVopsSupportInfo = in sendRegStateUpdateForLteCellId() 2266 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in sendRegStateUpdateForLteCellId() 2291 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in sendRegStateUpdateForNrCellId() 2367 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in testPhyChanBandwidthResetsOnOos() 2572 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_SUPPORTED, in testOnLteVopsInfoChanged() [all …]
|
/aosp12/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 1662 MissingNullability: android.telephony.LteVopsSupportInfo#writeToParcel(android.os.Parcel, int) para…
|
H A D | system-current.txt | 11299 method @Deprecated @NonNull public android.telephony.LteVopsSupportInfo getLteVopsSupportInfo(); 11345 public final class LteVopsSupportInfo extends android.telephony.VopsSupportInfo { 11346 ctor public LteVopsSupportInfo(int, int); 11353 …ll public static final android.os.Parcelable.Creator<android.telephony.LteVopsSupportInfo> CREATOR;
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 14643 …/Parcel;Landroid/os/Parcel;]Landroid/os/Parcelable$Creator;Landroid/telephony/LteVopsSupportInfo$1; 14647 …s/Parcel;Landroid/os/Parcel;]Landroid/telephony/LteVopsSupportInfo;Landroid/telephony/LteVopsSuppo… 14664 HSPLandroid/telephony/LteVopsSupportInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephon… 14665 …LteVopsSupportInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;+]Landroid/telephony… 14666 HSPLandroid/telephony/LteVopsSupportInfo;-><init>(Landroid/os/Parcel;)V+]Landroid/os/Parcel;Landroi… 14667 HSPLandroid/telephony/LteVopsSupportInfo;-><init>(Landroid/os/Parcel;Landroid/telephony/LteVopsSupp… 14668 HSPLandroid/telephony/LteVopsSupportInfo;->toString()Ljava/lang/String;+]Ljava/lang/StringBuilder;L… 14669 HSPLandroid/telephony/LteVopsSupportInfo;->writeToParcel(Landroid/os/Parcel;I)V+]Landroid/os/Parcel… 30061 Landroid/telephony/LteVopsSupportInfo$1; 30062 Landroid/telephony/LteVopsSupportInfo;
|
H A D | preloaded-classes | 6594 android.telephony.LteVopsSupportInfo$1 6595 android.telephony.LteVopsSupportInfo
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 6616 android.telephony.LteVopsSupportInfo$1 6617 android.telephony.LteVopsSupportInfo
|
H A D | boot-image-profile.txt | 14692 …/Parcel;Landroid/os/Parcel;]Landroid/os/Parcelable$Creator;Landroid/telephony/LteVopsSupportInfo$1; 14696 …s/Parcel;Landroid/os/Parcel;]Landroid/telephony/LteVopsSupportInfo;Landroid/telephony/LteVopsSuppo… 14713 HSPLandroid/telephony/LteVopsSupportInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephon… 14714 …LteVopsSupportInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;+]Landroid/telephony… 14715 HSPLandroid/telephony/LteVopsSupportInfo;-><init>(Landroid/os/Parcel;)V+]Landroid/os/Parcel;Landroi… 14716 HSPLandroid/telephony/LteVopsSupportInfo;-><init>(Landroid/os/Parcel;Landroid/telephony/LteVopsSupp… 14717 HSPLandroid/telephony/LteVopsSupportInfo;->toString()Ljava/lang/String;+]Ljava/lang/StringBuilder;L… 14718 HSPLandroid/telephony/LteVopsSupportInfo;->writeToParcel(Landroid/os/Parcel;I)V+]Landroid/os/Parcel… 39725 Landroid/telephony/LteVopsSupportInfo$1; 39726 Landroid/telephony/LteVopsSupportInfo;
|