Home
last modified time | relevance | path

Searched refs:CellIdentityLte (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java21 import android.telephony.CellIdentityLte;
47 CellIdentityLte ci = in testDefaultConstructor()
48 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, in testDefaultConstructor()
69 CellIdentityLte ci = in testConstructorWithThreeDigitMnc()
70 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
83 CellIdentityLte ci = in testConstructorWithTwoDigitMnc()
84 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
96 CellIdentityLte ci = new CellIdentityLte( in testConstructorWithEmptyMccMnc()
105 ci = new CellIdentityLte( in testConstructorWithEmptyMccMnc()
114 ci = new CellIdentityLte( in testConstructorWithEmptyMccMnc()
[all …]
DCellIdentityTest.java22 import android.telephony.CellIdentityLte;
57 CellIdentity ciA = new CellIdentityLte( in testEquals()
59 CellIdentity ciB = new CellIdentityLte( in testEquals()
64 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG, in testEquals()
66 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG, in testEquals()
71 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, null, ALPHA_LONG, in testEquals()
73 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG, in testEquals()
81 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, in testParcel()
DNetworkScanResultTest.java24 import android.telephony.CellIdentityLte;
54 CellIdentityLte cil = new CellIdentityLte(320, 320, 11, 12, 13, 14); in testParcel()
DServiceStateTrackerTest.java63 import android.telephony.CellIdentityLte;
1649 private void sendRegStateUpdateForLteCellId(CellIdentityLte cellId) { in sendRegStateUpdateForLteCellId()
1668 CellIdentityLte cellIdentity5 = in testPhyChanBandwidthUpdatedOnDataRegState()
1669 new CellIdentityLte(1, 1, 5, 1, 5000, "001", "01", "test", "tst"); in testPhyChanBandwidthUpdatedOnDataRegState()
1679 CellIdentityLte cellIdentityInv = in testPhyChanBandwidthNotUpdatedWhenInvalidInCellIdentity()
1680 new CellIdentityLte(1, 1, 5, 1, 12345, "001", "01", "test", "tst"); in testPhyChanBandwidthNotUpdatedWhenInvalidInCellIdentity()
1690 CellIdentityLte cellIdentity10 = in testPhyChanBandwidthPrefersCarrierAggregationReport()
1691 new CellIdentityLte(1, 1, 5, 1, 10000, "001", "01", "test", "tst"); in testPhyChanBandwidthPrefersCarrierAggregationReport()
1701 CellIdentityLte cellIdentity10 = in testPhyChanBandwidthRatchetedOnPhyChanBandwidth()
1702 new CellIdentityLte(1, 1, 1, 1, 10000, "1", "1", "test", "tst"); in testPhyChanBandwidthRatchetedOnPhyChanBandwidth()
DRILTest.java117 import android.telephony.CellIdentityLte;
1104 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, Integer.MAX_VALUE, MCC_STR, in testConvertHalCellInfoListForLTE()
1247 CellIdentityLte cil = new CellIdentityLte( in testConvertHalCellInfoList_1_2ForLTE()
1268 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, in testConvertHalCellInfoList_1_2_ForLTEWithEmptyOperatorInfo()
1291 CellIdentityLte cil = new CellIdentityLte( in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java28 public final class CellIdentityLte extends CellIdentity { class
29 private static final String TAG = CellIdentityLte.class.getSimpleName();
46 public CellIdentityLte() { in CellIdentityLte() method in CellIdentityLte
65 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() method in CellIdentityLte
81 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac, int earfcn) { in CellIdentityLte() method in CellIdentityLte
100 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr, in CellIdentityLte() method in CellIdentityLte
110 private CellIdentityLte(CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte
115 CellIdentityLte copy() { in copy()
116 return new CellIdentityLte(this); in copy()
210 if (!(other instanceof CellIdentityLte)) { in equals()
[all …]
DCellInfoLte.java31 private CellIdentityLte mCellIdentityLte;
37 mCellIdentityLte = new CellIdentityLte(); in CellInfoLte()
48 public CellIdentityLte getCellIdentity() { in getCellIdentity()
53 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity()
124 mCellIdentityLte = CellIdentityLte.CREATOR.createFromParcel(in); in CellInfoLte()
DCellIdentityLte.aidl20 parcelable CellIdentityLte;
DCellIdentity.java220 case TYPE_LTE: return CellIdentityLte.createFromParcelBody(in);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java31 import android.telephony.CellIdentityLte;
339 android.hardware.radio.V1_0.CellIdentityLte cellIdentityLte = in convertHalCellIdentityToCellIdentity()
342 result = new CellIdentityLte(cellIdentityLte.ci, cellIdentityLte.pci, in convertHalCellIdentityToCellIdentity()
427 android.hardware.radio.V1_2.CellIdentityLte cellIdentityLte = in convertHalCellIdentityToCellIdentity()
430 result = new CellIdentityLte( in convertHalCellIdentityToCellIdentity()
DServiceStateTracker.java57 import android.telephony.CellIdentityLte;
930 cid = ((CellIdentityLte) cellIdentity).getCi(); in processCellLocationInfo()
931 lac = ((CellIdentityLte) cellIdentity).getTac(); in processCellLocationInfo()
982 lteEarfcn = ((CellIdentityLte) cellIdentity).getEarfcn(); in getLteEarfcn()
2053 if (cellIdentity instanceof CellIdentityLte) { in setPhyCellInfoFromCellIdentity()
2054 CellIdentityLte cl = (CellIdentityLte) cellIdentity; in setPhyCellInfoFromCellIdentity()
3509 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java57 import android.telephony.CellIdentityLte;
1307 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
/frameworks/base/config/
Dpreloaded-classes2870 android.telephony.CellIdentityLte
2871 android.telephony.CellIdentityLte$1
Dhiddenapi-light-greylist.txt5321 Landroid/telephony/CellIdentityLte;-><init>()V
5322 Landroid/telephony/CellIdentityLte;-><init>(IIIII)V
5323 Landroid/telephony/CellIdentityLte;->mEarfcn:I
5337 Landroid/telephony/CellInfoLte;->setCellIdentity(Landroid/telephony/CellIdentityLte;)V
Dboot-image-profile.txt5728 HPLandroid/telephony/CellIdentityLte;->getEarfcn()I
21857 HSPLandroid/hardware/radio/V1_0/CellIdentityLte;->readEmbeddedFromParcel(Landroid/os/HwParcel;Landr…
21858 HSPLandroid/hardware/radio/V1_0/CellIdentityLte;->toString()Ljava/lang/String;
30300 HSPLandroid/telephony/CellIdentityLte$1;-><init>()V
30301 HSPLandroid/telephony/CellIdentityLte$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephony/C…
30302 HSPLandroid/telephony/CellIdentityLte$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
30303 HSPLandroid/telephony/CellIdentityLte;-><init>(IIIIILjava/lang/String;Ljava/lang/String;Ljava/lang/…
30304 HSPLandroid/telephony/CellIdentityLte;-><init>(Landroid/os/Parcel;)V
30305 HSPLandroid/telephony/CellIdentityLte;->equals(Ljava/lang/Object;)Z
30306 HSPLandroid/telephony/CellIdentityLte;->getChannelNumber()I
[all …]
Dhiddenapi-public-dex.txt42757 Landroid/telephony/CellIdentityLte;
42758 Landroid/telephony/CellIdentityLte;->CREATOR:Landroid/os/Parcelable$Creator;
42759 Landroid/telephony/CellIdentityLte;->equals(Ljava/lang/Object;)Z
42760 Landroid/telephony/CellIdentityLte;->getBandwidth()I
42761 Landroid/telephony/CellIdentityLte;->getCi()I
42762 Landroid/telephony/CellIdentityLte;->getEarfcn()I
42763 Landroid/telephony/CellIdentityLte;->getMcc()I
42764 Landroid/telephony/CellIdentityLte;->getMccString()Ljava/lang/String;
42765 Landroid/telephony/CellIdentityLte;->getMnc()I
42766 Landroid/telephony/CellIdentityLte;->getMncString()Ljava/lang/String;
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28214 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();
/frameworks/base/api/
Dcurrent.txt41823 public final class CellIdentityLte extends android.telephony.CellIdentity {
41835 …field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityLte> CREATOR;
41889 method public android.telephony.CellIdentityLte getCellIdentity();