/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityWcdmaTest.java | 31 private static final int CID = 268435455; field in CellIdentityWcdmaTest 46 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, in testDefaultConstructor() 50 assertEquals(CID, ci.getCid()); in testDefaultConstructor() 67 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc() 81 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc() 95 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc() 103 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc() 111 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc() 119 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, "", "", ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc() 131 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testEquals() [all …]
|
D | CellIdentityGsmTest.java | 31 private static final int CID = 65535; field in CellIdentityGsmTest 47 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, in testDefaultConstructor() 51 assertEquals(CID, ci.getCid()); in testDefaultConstructor() 68 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc() 82 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc() 95 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc() 103 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc() 111 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc() 119 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, "", "", ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc() 131 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testEquals() [all …]
|
D | CellIdentityTdscdmaTest.java | 47 private static final int CID = 268435455; field in CellIdentityTdscdmaTest 70 MCC_STR, MNC_STR, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT); in testConstructor() 75 assertEquals(CID, ci.getCid()); in testConstructor() 86 null, null, LAC, CID, CPID, UARFCN, "", ""); in testConstructorWithEmptyMccMnc() 91 ci = new CellIdentityTdscdma(MCC_STR, null, LAC, CID, CPID, UARFCN, "", ""); in testConstructorWithEmptyMccMnc() 96 ci = new CellIdentityTdscdma(null, MNC_STR, LAC, CID, CPID, UARFCN, "", ""); in testConstructorWithEmptyMccMnc() 101 ci = new CellIdentityTdscdma("", "", LAC, CID, CPID, UARFCN, "", ""); in testConstructorWithEmptyMccMnc() 110 MCC_STR, MNC_STR, LAC, CID, UARFCN, CPID, ALPHA_LONG, ALPHA_SHORT); in testParcel() 124 null, null, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT); in testParcelWithUnknowMccMnc() 133 p.writeInt(CID); in testParcelWithUnknowMccMnc() [all …]
|
D | RILTest.java | 191 private static final int CID = 65535; field in RILTest 1196 cellinfo.cellIdentityGsm.cid = CID; in testConvertHalCellInfoListForGSM() 1222 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoListForGSM() 1237 cellinfo.cellIdentityWcdma.cid = CID; in testConvertHalCellInfoListForWcdma() 1262 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoListForWcdma() 1277 cellinfo.cellIdentityTdscdma.base.cid = CID; in testConvertHalCellInfoListForTdscdma() 1304 MCC_STR, MNC_STR, LAC, CID, PSC, UARFCN, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoListForTdscdma() 1430 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForGSM() 1451 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo() 1474 LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc() [all …]
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | CellBroadcastMessage.java | 165 int cidColumn = cursor.getColumnIndex(Telephony.CellBroadcasts.CID); in createFromCursor() 269 cv.put(Telephony.CellBroadcasts.CID, location.getCid()); in getContentValues()
|
/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 32 // CarrierId is the unique representation of a carrier in CID table.
|
/frameworks/base/telephony/java/android/provider/ |
D | Telephony.java | 3950 public static final String CID = "cid"; field in Telephony.CellBroadcasts 4059 CID,
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 61282 Landroid/provider/Telephony$CellBroadcasts;->CID:Ljava/lang/String;
|