Home
last modified time | relevance | path

Searched refs:CID (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityGsmTest.java33 private static final int CID = 65535; field in CellIdentityGsmTest
49 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, in testDefaultConstructor()
53 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
66 + Integer.toString(CID, 16); in testDefaultConstructor()
74 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
84 + Integer.toString(CID, 16); in testConstructorWithThreeDigitMnc()
92 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
102 + Integer.toString(CID, 16); in testConstructorWithTwoDigitMnc()
109 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
119 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
[all …]
DCellIdentityWcdmaTest.java34 private static final int CID = 268435455; field in CellIdentityWcdmaTest
49 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, in testDefaultConstructor()
53 assertEquals(CID, ci.getCid()); in testDefaultConstructor()
70 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
80 + Integer.toString(CID, 16); in testConstructorWithThreeDigitMnc()
88 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
102 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
111 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
120 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
129 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
[all …]
DCellIdentityTdscdmaTest.java50 private static final int CID = 268435455; field in CellIdentityTdscdmaTest
74 MCC_STR, MNC_STR, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConstructor()
80 assertEquals(CID, ci.getCid()); in testConstructor()
87 String globalCi = MCC_STR + MNC_STR + Integer.toString(LAC, 16) + Integer.toString(CID, 16); in testConstructor()
94 null, null, LAC, CID, CPID, UARFCN, "", "", Collections.emptyList(), null); in testConstructorWithEmptyMccMnc()
99 ci = new CellIdentityTdscdma(MCC_STR, null, LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc()
105 ci = new CellIdentityTdscdma(null, MNC_STR, LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc()
111 ci = new CellIdentityTdscdma("", "", LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc()
121 MCC_STR, MNC_STR, LAC, CID, UARFCN, CPID, ALPHA_LONG, ALPHA_SHORT, in testParcel()
136 null, null, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testParcelWithUnknowMccMnc()
[all …]
DRILTest.java226 private static final int CID = 65535; field in RILTest
1523 cellinfo.cellIdentityGsm.cid = CID; in testConvertHalCellInfoListForGSM()
1549 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT, in testConvertHalCellInfoListForGSM()
1565 cellinfo.cellIdentityWcdma.cid = CID; in testConvertHalCellInfoListForWcdma()
1590 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT, in testConvertHalCellInfoListForWcdma()
1604 cid.base.cid = CID; in initializeCellIdentityTdscdma_1_2()
1641 MCC_STR, MNC_STR, LAC, CID, PSC, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoListForTdscdma()
1771 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_2ForGSM()
1793 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT, in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo()
1817 LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc()
[all …]
/frameworks/base/telephony/java/android/telephony/
DSmsCbMessage.java584 cv.put(CellBroadcasts.CID, mLocation.getCid()); in getContentValues()
660 int cidColumn = cursor.getColumnIndex(CellBroadcasts.CID); in createFromCursor()
/frameworks/opt/telephony/proto/src/
DcarrierId.proto32 // CarrierId is the unique representation of a carrier in CID table.
/frameworks/base/core/java/android/provider/
DTelephony.java4273 public static final String CID = "cid"; field in Telephony.CellBroadcasts
4481 CID,
/frameworks/base/core/api/
Dsystem-current.txt9386 field public static final String CID = "cid";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt46520 Landroid/provider/Telephony$CellBroadcasts;->CID:Ljava/lang/String;