/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityLteTest.java | 20 import android.telephony.CellIdentityLte; 51 CellIdentityLte ci = in testDefaultConstructor() 52 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, in testDefaultConstructor() 76 CellIdentityLte ci = in testConstructorWithThreeDigitMnc() 77 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testConstructorWithThreeDigitMnc() 90 CellIdentityLte ci = in testConstructorWithTwoDigitMnc() 91 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testConstructorWithTwoDigitMnc() 103 CellIdentityLte ci = new CellIdentityLte( in testConstructorWithEmptyMccMnc() 113 ci = new CellIdentityLte( in testConstructorWithEmptyMccMnc() 123 ci = new CellIdentityLte( in testConstructorWithEmptyMccMnc() [all …]
|
D | CellIdentityTest.java | 23 import android.telephony.CellIdentityLte; 109 CellIdentity ciA = new CellIdentityLte( in testEquals() 112 CellIdentity ciB = new CellIdentityLte( in testEquals() 118 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals() 120 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals() 125 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, null, in testEquals() 127 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals() 135 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testParcel() 171 CellIdentity ciA = new CellIdentityLte( in testIsSameCell() 174 CellIdentity ciB = new CellIdentityLte( in testIsSameCell() [all …]
|
D | NetworkScanResultTest.java | 23 import android.telephony.CellIdentityLte; 55 CellIdentityLte cil = new CellIdentityLte( in testParcel()
|
D | NetworkRegistrationInfoTest.java | 23 import android.telephony.CellIdentityLte; 45 .setCellIdentity(new CellIdentityLte()) in testParcel()
|
D | CellularNetworkValidatorTest.java | 40 import android.telephony.CellIdentityLte; 63 private final CellIdentityLte mCellIdentityLte1 = new CellIdentityLte(123, 456, 0, 0, 111); 64 private final CellIdentityLte mCellIdentityLte2 = new CellIdentityLte(321, 654, 0, 0, 222);
|
D | ServiceStateTrackerTest.java | 67 import android.telephony.CellIdentityLte; 2044 private void sendRegStateUpdateForLteCellId(CellIdentityLte cellId) { in sendRegStateUpdateForLteCellId() 2072 CellIdentityLte cellIdentity5 = in testPhyChanBandwidthUpdatedOnDataRegState() 2073 new CellIdentityLte(1, 1, 5, 1, new int[] {1, 2}, 5000, "001", "01", "test", in testPhyChanBandwidthUpdatedOnDataRegState() 2084 CellIdentityLte cellIdentityInv = in testPhyChanBandwidthNotUpdatedWhenInvalidInCellIdentity() 2085 new CellIdentityLte(1, 1, 5, 1, new int[] {1, 2}, 12345, "001", "01", "test", in testPhyChanBandwidthNotUpdatedWhenInvalidInCellIdentity() 2096 CellIdentityLte cellIdentity10 = in testPhyChanBandwidthPrefersCarrierAggregationReport() 2097 new CellIdentityLte(1, 1, 5, 1, new int[] {1, 2}, 10000, "001", "01", "test", in testPhyChanBandwidthPrefersCarrierAggregationReport() 2108 CellIdentityLte cellIdentity10 = in testPhyChanBandwidthRatchetedOnPhyChanBandwidth() 2109 new CellIdentityLte(1, 1, 1, 1, new int[] {1, 2}, 10000, "1", "1", "test", in testPhyChanBandwidthRatchetedOnPhyChanBandwidth() [all …]
|
D | RILTest.java | 130 import android.telephony.CellIdentityLte; 1357 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, new int[] {}, in testConvertHalCellInfoListForLTE() 1554 CellIdentityLte cil = new CellIdentityLte( in testConvertHalCellInfoList_1_2ForLTE() 1576 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, new int[] {}, in testConvertHalCellInfoList_1_2_ForLTEWithEmptyOperatorInfo() 1600 CellIdentityLte cil = new CellIdentityLte( in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc() 1841 android.hardware.radio.V1_5.CellIdentityLte id, in initializeCellIdentityLte_1_5() 1858 android.hardware.radio.V1_5.CellIdentityLte halCellIdentity = in testCellIdentityLte_1_5_CsgInfo() 1859 new android.hardware.radio.V1_5.CellIdentityLte(); in testCellIdentityLte_1_5_CsgInfo() 1862 CellIdentityLte cellIdentity = new CellIdentityLte(halCellIdentity); in testCellIdentityLte_1_5_CsgInfo() 1874 android.hardware.radio.V1_5.CellIdentityLte halCellIdentity = in testCellIdentityLte_1_5_MultiPlmn() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityLte.java | 37 public final class CellIdentityLte extends CellIdentity { class 38 private static final String TAG = CellIdentityLte.class.getSimpleName(); 69 public CellIdentityLte() { in CellIdentityLte() method in CellIdentityLte 93 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() method in CellIdentityLte 115 public CellIdentityLte(int ci, int pci, int tac, int earfcn, @NonNull int[] bands, in CellIdentityLte() method in CellIdentityLte 138 public CellIdentityLte(@NonNull android.hardware.radio.V1_0.CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte 144 public CellIdentityLte(@NonNull android.hardware.radio.V1_2.CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte 151 public CellIdentityLte(@NonNull android.hardware.radio.V1_5.CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte 162 private CellIdentityLte(@NonNull CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte 169 public @NonNull CellIdentityLte sanitizeLocationInfo() { in sanitizeLocationInfo() [all …]
|
D | CellInfoLte.java | 37 private CellIdentityLte mCellIdentityLte; 45 mCellIdentityLte = new CellIdentityLte(); in CellInfoLte() 62 mCellIdentityLte = new CellIdentityLte(cil.cellIdentityLte); in CellInfoLte() 71 mCellIdentityLte = new CellIdentityLte(cil.cellIdentityLte); in CellInfoLte() 80 mCellIdentityLte = new CellIdentityLte(cil.base.cellIdentityLte); in CellInfoLte() 89 mCellIdentityLte = new CellIdentityLte(cil.cellIdentityLte); in CellInfoLte() 98 public @NonNull CellIdentityLte getCellIdentity() { in getCellIdentity() 105 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity() 203 mCellIdentityLte = CellIdentityLte.CREATOR.createFromParcel(in); in CellInfoLte()
|
D | CellIdentity.java | 301 case CellInfo.TYPE_LTE: return CellIdentityLte.createFromParcelBody(in); 389 return new CellIdentityLte(cellIdentity.cellIdentityLte.get(0)); in create() 429 return new CellIdentityLte(cellIdentity.cellIdentityLte.get(0)); in create() 454 return new CellIdentityLte(ci.lte()); in create()
|
D | CellIdentityLte.aidl | 20 parcelable CellIdentityLte;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkValidator.java | 33 import android.telephony.CellIdentityLte; 176 || ((CellIdentityLte) cellIdentity).getTac() == CellInfo.UNAVAILABLE) { 181 + ((CellIdentityLte) cellIdentity).getTac() + "_" + subId;
|
D | ServiceStateTracker.java | 66 import android.telephony.CellIdentityLte; 1126 lteEarfcn = ((CellIdentityLte) cellIdentity).getEarfcn(); in getLteEarfcn() 2383 case CellInfo.TYPE_LTE: cid = ((CellIdentityLte) id).getCi(); break; in getCidFromCellIdentity() 2405 if (cellIdentity instanceof CellIdentityLte) { in setPhyCellInfoFromCellIdentity() 2406 CellIdentityLte cl = (CellIdentityLte) cellIdentity; in setPhyCellInfoFromCellIdentity() 4146 if (c instanceof CellIdentityLte && fallbackLteCid == null) { in getCellIdentityFromCellInfo()
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 151 public final class CellIdentityLte extends android.telephony.CellIdentity { 153 method @NonNull public android.telephony.CellIdentityLte sanitizeLocationInfo();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 7423 HSPLandroid/hardware/radio/V1_0/CellIdentityLte;->hashCode()I 7424 HSPLandroid/hardware/radio/V1_0/CellIdentityLte;->readEmbeddedFromParcel(Landroid/os/HwParcel;Landr… 7457 HSPLandroid/hardware/radio/V1_2/CellIdentityLte;->hashCode()I 13837 HSPLandroid/telephony/CellIdentityLte$1;-><init>()V 13838 HSPLandroid/telephony/CellIdentityLte$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephony/C… 13839 HSPLandroid/telephony/CellIdentityLte$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; 13840 HSPLandroid/telephony/CellIdentityLte;-><init>(Landroid/hardware/radio/V1_2/CellIdentityLte;)V 13841 HSPLandroid/telephony/CellIdentityLte;-><init>(Landroid/os/Parcel;)V 13842 HSPLandroid/telephony/CellIdentityLte;->asCellLocation()Landroid/telephony/CellLocation; 13843 HSPLandroid/telephony/CellIdentityLte;->equals(Ljava/lang/Object;)Z [all …]
|
D | preloaded-classes | 3273 android.telephony.CellIdentityLte$1 3274 android.telephony.CellIdentityLte
|
D | hiddenapi-greylist-max-o.txt | 67039 Landroid/telephony/CellIdentityLte;-><init>(IIIIII)V 67040 Landroid/telephony/CellIdentityLte;-><init>(IIIIILjava/lang/String;Ljava/lang/String;Ljava/lang/Str… 67041 Landroid/telephony/CellIdentityLte;-><init>(Landroid/os/Parcel;)V 67042 Landroid/telephony/CellIdentityLte;-><init>(Landroid/telephony/CellIdentityLte;)V 67043 Landroid/telephony/CellIdentityLte;->copy()Landroid/telephony/CellIdentityLte; 67044 Landroid/telephony/CellIdentityLte;->createFromParcelBody(Landroid/os/Parcel;)Landroid/telephony/Ce… 67045 Landroid/telephony/CellIdentityLte;->DBG:Z 67046 Landroid/telephony/CellIdentityLte;->getChannelNumber()I 67047 Landroid/telephony/CellIdentityLte;->mBandwidth:I 67048 Landroid/telephony/CellIdentityLte;->mCi:I [all …]
|
/frameworks/base/api/ |
D | system-current.txt | 8121 public final class CellIdentityLte extends android.telephony.CellIdentity { 8123 method @NonNull public android.telephony.CellIdentityLte sanitizeLocationInfo();
|
D | current.txt | 45045 public final class CellIdentityLte extends android.telephony.CellIdentity { 45060 …nNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityLte> CREATOR; 45138 method @NonNull public android.telephony.CellIdentityLte getCellIdentity();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 8019 public final class CellIdentityLte extends android.telephony.CellIdentity { 8021 method @NonNull public android.telephony.CellIdentityLte sanitizeLocationInfo();
|
D | current.txt | 44901 public final class CellIdentityLte extends android.telephony.CellIdentity { 44916 …nNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityLte> CREATOR; 44994 method @NonNull public android.telephony.CellIdentityLte getCellIdentity();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28214 public final class CellIdentityLte implements android.os.Parcelable { 28222 …field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityLte> CREATOR; 28259 method public android.telephony.CellIdentityLte getCellIdentity();
|